Searched refs:yv12 (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.cpp | 88 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() argument 91 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB565() 97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() argument 100 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB32()
|
D | Converters.h | 262 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height); 270 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);
|