Searched refs:pCtx (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/demos/ssp/jpegDecoder/src/ |
| D | main.c | 155 SSPJpegDecoderFastContext *pCtx = &DecWorkMMem; in TwlMain() local 191 …result = SSP_StartJpegDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file… in TwlMain() 192 decode_file_width = (s16)pCtx->width; in TwlMain() 193 decode_file_height = (s16)pCtx->height; in TwlMain() 270 …result = SSP_StartJpegDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file… in TwlMain() 271 decode_file_width = (s16)pCtx->width; in TwlMain() 272 decode_file_height = (s16)pCtx->height; in TwlMain()
|
| /TwlSDK-5.4/include/twl/ssp/ARM9/ |
| D | jpegdec.h | 211 BOOL SSP_StartJpegDecoderFast(SSPJpegDecoderFastContext* pCtx, u8* data, u32 size, void* dst, u32 m… 242 BOOL SSP_StartJpegDecoderFastEx(SSPJpegDecoderFastContext* pCtx, u8* data, u32 size, void* dst, u32…
|