Searched refs:pJpegBuf (Results 1 – 2 of 2) sorted by relevance
325 u8* pJpegBuf = NULL; in TwlMain() local376 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()
478 u8* pJpegBuf = NULL; in TwlMain() local501 pJpegBuf = (u8*)OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()506 if( pJpegBuf == NULL || pDecodeTmpBuf == NULL ) in TwlMain()512 read_size = FS_ReadFile( &file, pJpegBuf, (s32)size ); in TwlMain()517 decodeResult = TCL_DecodePicture( pJpegBuf, in TwlMain()547 OS_Free( pJpegBuf ); in TwlMain()