Searched refs:rgb888_to_yuv420p (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.h | 34 void rgb888_to_yuv420p(char* dest, char* src, int width, int height,
|
D | FormatConversions.cpp | 154 void rgb888_to_yuv420p(char* dest, char* src, int width, int height, in rgb888_to_yuv420p() function
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc.cpp | 1221 … rgb888_to_yuv420p((char*)cpu_addr, tmpBuf, cb->width, cb->height, l, t, l+w-1, t+h-1); in gralloc_lock()
|