Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DDecoder_libjpeg.cpp136 UV_Plane = NULL; in Decoder_libjpeg()
158 if (UV_Plane) { in release()
159 free(UV_Plane); in release()
160 UV_Plane = NULL; in release()
227 if (UV_Plane == NULL) UV_Plane = (unsigned char *)malloc(decoded_uv_buffer_size); in decode()
240 row = &UV_Plane[0]; in decode()
263 unsigned char *u_ptr = UV_Plane; in decode()
264 unsigned char *v_ptr = UV_Plane + (decoded_uv_buffer_size / 2); in decode()
/hardware/ti/omap4-aah/camera/inc/
DDecoder_libjpeg.h49 unsigned char *UV_Plane; variable