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