Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp28 static void _YUV420SToRGB565(const uint8_t* Y, const uint8_t* U, in _YUV420SToRGB565() function
87 _YUV420SToRGB565(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), width, height); in YV12ToRGB565()
111 _YUV420SToRGB565(Y, U, V, 2, rgb, width, height); in _NVXXToRGB565()
/device/generic/goldfish/camera/
DConverters.cpp30 static void _YUV420SToRGB565(const uint8_t* Y, in _YUV420SToRGB565() function
104 _YUV420SToRGB565(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), in YV12ToRGB565()
148 _YUV420SToRGB565(Y, U, V, 2, rgb, width, height, y_stride, uv_stride); in _NVXXToRGB565()