Searched refs:yv12 (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 82 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB565() argument 84 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB565() 90 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB32() argument 92 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB32()
|
D | Converters.h | 268 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height); 276 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 96 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() argument 101 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB565() 108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() argument 113 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);
|