Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.cpp73 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
75 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
DConverters.h218 YUVToRGB32(int y, int u, int v) in YUVToRGB32() function