|

楼主 |
发表于 2019-6-8 12:23:05
|
显示全部楼层
你好,我貌似只找到 获取数据的函数定义,但是没有找到获取数据函数的原型
typedef int GUI_GET_DATA_FUNC(void * p, const U8 ** ppData, unsigned NumBytes, U32 Off);
/* 读取JPEG数据,并解码 */
_Context.NumBytesInBuffer = _Context.pfGetData(_Context.pVoid, (const U8 **)&ppData, LoadPicSize, 0);
GUI_GET_DATA_FUNC or _Context.pfGetData 这个函数的原型貌似没有找到啊 ??
|
|