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

  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 48 unsigned char **V_Plane;
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 135 V_Plane = NULL;
154 if (V_Plane) {
155 free(V_Plane);
156 V_Plane = NULL;
226 if (V_Plane == NULL)V_Plane = (unsigned char **)malloc(cinfo.output_height * sizeof(unsigned char *));
232 YUV_Planes[2] = V_Plane;

Completed in 186 milliseconds