Searched refs:nv12 (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.cpp | 141 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height) in NV12ToRGB565() argument 144 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB565() 149 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32() argument 152 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv12); in NV12ToRGB32()
|
D | Converters.h | 286 void NV12ToRGB565(const void* nv12, void* rgb, int width, int height); 294 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);
|