⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ijpeg.h

📁 这是DM642(EVM开发板)的视频采集和视频输出到网络调用的一个很好的例子原代码,用CCS3.3可以打开,调试通过.
💻 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 + -