Searched refs:nv21 (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
H A DConverters.cpp186 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height) argument
189 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21);
194 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) argument
197 const uint8_t* y = reinterpret_cast<const uint8_t*>(nv21);
H A DConverters.h298 * nv21 - NV21 framebuffer.
302 void NV21ToRGB565(const void* nv21, void* rgb, int width, int height);
306 * nv21 - NV21 framebuffer.
310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);

Completed in 30 milliseconds