Searched refs:pDecodeTmpBuf (Results 1 – 1 of 1) sorted by relevance
417 u16* pDecodeTmpBuf = NULL; in TwlMain() local442 pDecodeTmpBuf = (u16*)OS_Alloc( width * height * sizeof(u16) ); in TwlMain()444 if( pJpegBuf == NULL || pDecodeTmpBuf == NULL ) in TwlMain()457 (u8*)pDecodeTmpBuf, in TwlMain()472 DownSampling( pDecodeTmpBuf, width, height, in TwlMain()486 OS_Free( pDecodeTmpBuf ); in TwlMain()