Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DDecoder_libjpeg.cpp223 unsigned int decoded_uv_buffer_size = cinfo.output_width * cinfo.output_height / 2; in decode() local
227 if (UV_Plane == NULL) UV_Plane = (unsigned char *)malloc(decoded_uv_buffer_size); in decode()
264 unsigned char *v_ptr = UV_Plane + (decoded_uv_buffer_size / 2); in decode()