Searched refs:_YUV420SToRGB32 (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.cpp | 58 static void _YUV420SToRGB32(const uint8_t* Y, in _YUV420SToRGB32() function 103 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height); in YV12ToRGB32() 112 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height); in YU12ToRGB32() 138 _YUV420SToRGB32(Y, U, V, 2, rgb, width, height); in _NVXXToRGB32()
|