HomeSort by relevance Sort by last modified time
    Searched full:uv_plane (Results 1 - 6 of 6) 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);
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_media_info.h 225 unsigned int y_plane, uv_plane, y_stride, local
239 uv_plane = uv_stride * uv_sclines + uv_alignment;
240 size = y_plane + uv_plane;
246 uv_plane = uv_stride * uv_sclines;
247 size = y_plane + uv_plane;
262 unsigned int y_plane, uv_plane, y_stride, local
274 uv_plane = uv_stride * uv_sclines;
275 offset = y_plane + uv_plane;
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 225 unsigned int y_plane, uv_plane, y_stride, local
239 uv_plane = uv_stride * uv_sclines + uv_alignment;
240 size = y_plane + uv_plane;
246 uv_plane = uv_stride * uv_sclines;
247 size = y_plane + uv_plane;
262 unsigned int y_plane, uv_plane, y_stride, local
274 uv_plane = uv_stride * uv_sclines;
275 offset = y_plane + uv_plane;
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 225 unsigned int y_plane, uv_plane, y_stride, local
239 uv_plane = uv_stride * uv_sclines + uv_alignment;
240 size = y_plane + uv_plane + extra_size;
246 uv_plane = uv_stride * uv_sclines;
247 size = y_plane + uv_plane;
262 unsigned int y_plane, uv_plane, y_stride, local
274 uv_plane = uv_stride * uv_sclines;
275 offset = y_plane + uv_plane;
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 225 unsigned int y_plane, uv_plane, y_stride, local
239 uv_plane = uv_stride * uv_sclines + uv_alignment;
240 size = y_plane + uv_plane + extra_size;
246 uv_plane = uv_stride * uv_sclines + uv_alignment;
247 size = y_plane + uv_plane;
262 unsigned int y_plane, uv_plane, y_stride, local
274 uv_plane = uv_stride * uv_sclines;
275 offset = y_plane + uv_plane;

Completed in 369 milliseconds