Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp122 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB565() argument
124 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB565()
129 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) { in NV12ToRGB32() argument
131 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB32()
DConverters.h292 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height);
300 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);
/device/generic/goldfish/camera/
DConverters.cpp170 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565() argument
173 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB565()
178 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32() argument
181 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB32()
DConverters.h286 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height);
294 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);