Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp65 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
68 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
DConverters.h231 static __inline__ uint32_t YUVToRGB32(int y, int u, int v) { in YUVToRGB32() function
/device/generic/goldfish/camera/
DConverters.cpp80 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
82 *rgb = YUVToRGB32(*Y, nU, nV); in _YUV420SToRGB32()
DConverters.h218 YUVToRGB32(int y, int u, int v) in YUVToRGB32() function
DEmulatedFakeRotatingCameraDevice.cpp110 *output++ = YUVToRGB32(Y,U,V); in nv21_to_rgba8888()