Lines Matching refs:decode_file_height
149 s16 decode_file_width, decode_file_height; in TwlMain() local
182 decode_file_height = 192; in TwlMain()
183 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
187 …_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height, SSP_JPEG_RG… in TwlMain()
191 …egDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file_height, SSP_JPEG_RG… in TwlMain()
193 decode_file_height = (s16)pCtx->height; in TwlMain()
205 …] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file_height); in TwlMain()
214 i_step = (float)decode_file_height / 192; in TwlMain()
261 decode_file_height = SSP_JPEG_THUMBNAIL_HEIGHT; in TwlMain()
262 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
266 …_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height, SSP_JPEG_TH… in TwlMain()
270 …egDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file_height, SSP_JPEG_TH… in TwlMain()
272 decode_file_height = (s16)pCtx->height; in TwlMain()
284 …mbnail decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file_height); in TwlMain()