ijpeg.h
来自「ICETEK-DM642-EDUlabv1.3.rar」· C头文件 代码 · 共 29 行
H
29 行
/*
* Copyright 1999 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
* U.S. Patent Nos. 5,283,900 5,392,448
*/
/* "@(#) XDAS 2.00 11-12-99 (__imports)" */
/*
* ======== ijpeg.h ========
* This header defines all types and constants common to all JPEG
* encoder and decoder modules.
*/
#ifndef IJPEG_
#define IJPEG_
/*
* ======== IJPEG_Cmd ========
* This structure defines the control commands for the JPEG encoder
* and decoder instance objects.
*/
typedef enum IJPEG_Cmd {
IJPEG_GETSTATUS,
IJPEG_SETSTATUS
} IJPEG_Cmd;
#endif /* IJPEG_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?