Searched refs:_YUV420SToRGB565 (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.cpp | 28 static void _YUV420SToRGB565(const uint8_t* Y, in _YUV420SToRGB565() function 94 _YUV420SToRGB565(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), width, height); in YV12ToRGB565() 125 _YUV420SToRGB565(Y, U, V, 2, rgb, width, height); in _NVXXToRGB565()
|