Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.cpp41 const uint8_t nU = *U; in _YUV420SToRGB565() local
43 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565()
45 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565()
71 const uint8_t nU = *U; in _YUV420SToRGB32() local
73 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
75 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()