Searched refs:jpeg_supported_pixel_format (Results 1 – 1 of 1) sorted by relevance
20 const jpeg_pixel_t jpeg_supported_pixel_format[6] = { variable75 return (jpeg_supported_pixel_format[in].is_rgb != jpeg_supported_pixel_format[out].is_rgb); in jpeg_need_csc()169 …| JPEG_INDMA_CTRL0_PITCH_SET(config->width_in_pixel * jpeg_supported_pixel_format[config->in_pixel… in jpeg_start_encode()225 … ptr->CFG = JPEG_CFG_CFG_IPATH_SEL_SET(jpeg_supported_pixel_format[config->in_pixel_format].ipath) in jpeg_start_encode()226 | JPEG_CFG_CFG_OPATH_SEL_SET(jpeg_supported_pixel_format[config->out_pixel_format].opath) in jpeg_start_encode()278 …| JPEG_OUTDMA_CTRL0_PITCH_SET(config->width_in_pixel * jpeg_supported_pixel_format[config->out_pix… in jpeg_start_decode()293 … ptr->CFG = JPEG_CFG_CFG_OPATH_SEL_SET(jpeg_supported_pixel_format[config->out_pixel_format].opath) in jpeg_start_decode()
Completed in 5 milliseconds