Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/tcl/tcl-1/src/
Dmain.c417 u16* pDecodeTmpBuf = NULL; in TwlMain() local
442 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()