Home
last modified time | relevance | path

Searched refs:pJpegBuf (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/demos.TWL/tcl/tcl-2/src/
Dmain.c325 u8* pJpegBuf = NULL; in TwlMain() local
376 pJpegBuf = OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()
377 if( pJpegBuf == NULL ) in TwlMain()
385 pJpegBuf, in TwlMain()
404 OS_Free( pJpegBuf ); in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/tcl/tcl-1/src/
Dmain.c416 u8* pJpegBuf = NULL; in TwlMain() local
439 pJpegBuf = (u8*)OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()
444 if( pJpegBuf == NULL || pDecodeTmpBuf == NULL ) in TwlMain()
450 read_size = FS_ReadFile( &file, pJpegBuf, (s32)size ); in TwlMain()
455 decodeResult = TCL_DecodePicture( pJpegBuf, in TwlMain()
485 OS_Free( pJpegBuf ); in TwlMain()