Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp136 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) { in NV21ToRGB565() argument
138 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB565()
143 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) { in NV21ToRGB32() argument
145 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB32()
DConverters.h308 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height);
316 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
/device/generic/goldfish/camera/
DConverters.cpp186 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565() argument
189 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB565()
194 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) in NV21ToRGB32() argument
197 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB32()
DConverters.h302 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height);
310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);