Home
last modified time | relevance | path

Searched refs:rgb888_to_yuv420p (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h34 void rgb888_to_yuv420p(char* dest, char* src, int width, int height,
DFormatConversions.cpp144 void rgb888_to_yuv420p(char* dest, char* src, int width, int height, in rgb888_to_yuv420p() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1120rgb888_to_yuv420p((char*)cpu_addr, tmpBuf, cb->width, cb->height, l, t, l+w-1, t+h-1); in gralloc_lock()