HomeSort by relevance Sort by last modified time
    Searched refs:UV_Plane (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 49 unsigned char *UV_Plane;
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 136 UV_Plane = NULL;
158 if (UV_Plane) {
159 free(UV_Plane);
160 UV_Plane = NULL;
227 if (UV_Plane == NULL) UV_Plane = (unsigned char *)malloc(decoded_uv_buffer_size);
240 row = &UV_Plane[0];
263 unsigned char *u_ptr = UV_Plane;
264 unsigned char *v_ptr = UV_Plane + (decoded_uv_buffer_size / 2);

Completed in 210 milliseconds