Searched defs:YUVinfo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DImageUtils.h139 * Used in YUVinfo to store separate YVU image planes.
152 class YUVinfo { class
154 static YUVinfo *allocateImage(unsigned short width, unsigned short height);
155 static void mapYUVInfoToImage(YUVinfo *img, unsigned char *position);

Completed in 66 milliseconds