OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_YUV420SToRGB565
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
Converters.cpp
30
static void
_YUV420SToRGB565
(const uint8_t* Y,
104
_YUV420SToRGB565
(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb),
148
_YUV420SToRGB565
(Y, U, V, 2, rgb, width, height, y_stride, uv_stride);
/device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp
28
static void
_YUV420SToRGB565
(const uint8_t* Y, const uint8_t* U,
87
_YUV420SToRGB565
(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), width, height);
111
_YUV420SToRGB565
(Y, U, V, 2, rgb, width, height);
Completed in 83 milliseconds