Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos.TWL/tcl/tcl-1/src/
Dmain.c479 u16* pDecodeTmpBuf = NULL; in TwlMain() local
504 pDecodeTmpBuf = (u16*)OS_Alloc( width * height * sizeof(u16) ); in TwlMain()
506 if( pJpegBuf == NULL || pDecodeTmpBuf == NULL ) in TwlMain()
519 (u8*)pDecodeTmpBuf, in TwlMain()
534 DownSampling( pDecodeTmpBuf, width, height, in TwlMain()
548 OS_Free( pDecodeTmpBuf ); in TwlMain()