Searched refs:yu12 (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 98 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) { in YU12ToRGB32() argument 100 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yu12); in YU12ToRGB32()
|
D | Converters.h | 284 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 120 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32() argument 125 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yu12); in YU12ToRGB32()
|
D | Converters.h | 278 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
|