Searched refs:nv21 (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.cpp | 157 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) in NV21ToRGB565() argument 160 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB565() 165 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) in NV21ToRGB32() argument 168 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21); in NV21ToRGB32()
|
D | Converters.h | 302 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height); 310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
|