Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DDecoder_libjpeg.cpp135 V_Plane = NULL; in Decoder_libjpeg()
154 if (V_Plane) { in release()
155 free(V_Plane); in release()
156 V_Plane = NULL; in release()
226 …if (V_Plane == NULL)V_Plane = (unsigned char **)malloc(cinfo.output_height * sizeof(unsigned char … in decode()
232 YUV_Planes[2] = V_Plane; in decode()
/hardware/ti/omap4-aah/camera/inc/
DDecoder_libjpeg.h48 unsigned char **V_Plane; variable