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

/device/generic/goldfish/camera/
H A DConverters.cpp50 const uint8_t nV = *V; local
51 *rgb = YUVToRGB565(*Y, nU, nV);
53 *rgb = YUVToRGB565(*Y, nU, nV);
79 const uint8_t nV = *V; local
80 *rgb = YUVToRGB32(*Y, nU, nV);
82 *rgb = YUVToRGB32(*Y, nU, nV);

Completed in 38 milliseconds