?? jpeg_api_encoder.h
字號(hào):
/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. This software is
proprietary and confidential to Analog Devices, Inc. and its licensors.
******************************************************************************
$RCSfile: JPEG_api_encoder.h,v $
$Revision: 1.1 $
$Date: 2006/07/17 07:18:18 $
Project: JPEG IMAGE CODEC
Title: Common header file
Author(s): A.S
Revised by:
Description:
Declarations for JPEG Encoder Library API
References:
******************************************************************************
Tab Setting: 4
Target Processor: Blackfin
Target Tools Revision: VDSP++ 4.0
******************************************************************************
Modification History:
====================
$Log: JPEG_api_encoder.h,v $
Revision 1.1 2006/07/17 07:18:18 bmk
JPEG-MJPEG User access files
******************************************************************************/
#ifndef JPEG_API_ENCODER_H
#define JPEG_API_ENCODER_H
#include "JPEG_api_common.h"
/****************************************************************************
* Typedefs/Enumerations *
****************************************************************************/
typedef void tJpegEncoder;
/****************************************************************************
* Function Declarations *
****************************************************************************/
/* Defined in JPEG_api.c */
extern tJpegEncoder *JPEG_Encoder_NEW(tJpegParam *param);
extern void JPEG_Encoder_DELETE(tJpegEncoder* handle);
/* Defined in encoder.c */
extern int JPEG_EncodeImage(tJpegEncoder *handle, unsigned int *numBytes);
extern int JPEG_EncodeSequentialImage(tJpegEncoder *handle, unsigned int *numBytes);
extern int JPEG_EncodeProgressiveImage(tJpegEncoder *handle, unsigned int *numBytes);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -