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()
416 u8* pJpegBuf = NULL; in TwlMain() local439 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()