jzimageinfo.h

来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· C头文件 代码 · 共 51 行

H
51
字号
/********************** BEGIN LICENSE BLOCK ************************************ * * JZ4740  mobile_tv  Project  V1.0.0 * INGENIC CONFIDENTIAL--NOT FOR DISTRIBUTION IN SOURCE CODE FORM * Copyright (c) Ingenic Semiconductor Co. Ltd 2005. All rights reserved. *  * This file, and the files included with this file, is distributed and made  * available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER  * EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES,  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS  * FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.  *  * http://www.ingenic.cn  * ********************** END LICENSE BLOCK ************************************** * *  Author: <hlyu@ingenic.cn> * *  Create:   2008-03-04, by hlyu *  Maintain:  *             ******************************************************************************* */#ifndef __JZIMAGEINFO_H__#ifdef __cplusplusextern "C"{#endif	    typedef struct _IVIMAMGEINFO    {        int w;        int h;        int bpp;        int ivscale;        int nframe; //current frame for GIF        int reserve1;        int reserve2;        unsigned char *pImage;    }IVIMAGEINFO;    typedef void (*IVSETIMAGEINFO) ( IVIMAGEINFO * );    IVSETIMAGEINFO ivGetImageInfoCallback( void );#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?