Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DDecoder_libjpeg.cpp134 U_Plane = NULL; in Decoder_libjpeg()
150 if (U_Plane) { in release()
151 free(U_Plane); in release()
152 U_Plane = NULL; in release()
225 …if (U_Plane == NULL)U_Plane = (unsigned char **)malloc(cinfo.output_height * sizeof(unsigned char … in decode()
231 YUV_Planes[1] = U_Plane; in decode()
/hardware/ti/omap4-aah/camera/inc/
DDecoder_libjpeg.h47 unsigned char **U_Plane; variable