Home
last modified time | relevance | path

Searched refs:InputFunc (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dgif_lib.h209 typedef MS_U32 (*InputFunc)(GifFileType*,GifByteType*,int); typedef
274 GifFileType *MstDGifOpenFileHandle(MS_U32 GifFileHandle,InputFunc read_fun, GifByteType* bitstream);
275 GifFileType *MstDGifOpen( void* userPtr, InputFunc readFunc ); /* new one (TVT) */
H A Dgif_lib_private.h117 InputFunc Read; /* function to read gif input (TVT) */
H A Ddgif_lib.c445 … GifFile = MstDGifOpenFileHandle(FileHandle, (InputFunc)READ_ram, (GifByteType*)(StreamBuffAddr)); in MstDGifProcess()
773 GifFileType *MstDGifOpenFileHandle(MS_U32 FileHandle, InputFunc read_fun, GifByteType* bitstream) in MstDGifOpenFileHandle()