📄 ijpeg.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -