Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h38 void yv12_to_rgb888(char* dest, char* src, int width, int height,
DFormatConversions.cpp226 void yv12_to_rgb888(char* dest, char* src, int width, int height, in yv12_to_rgb888() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp376 yv12_to_rgb888(to_send, pixels, in updateHostColorBuffer()