Home
last modified time | relevance | path

Searched refs:yv12 (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp82 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()
DConverters.h268 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/
DConverters.cpp96 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()
DConverters.h262 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height);
270 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);