Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h42 void yuv420p_to_rgb888(char* dest, char* src, int width, int height,
DFormatConversions.cpp319 void yuv420p_to_rgb888(char* dest, char* src, int width, int height, in yuv420p_to_rgb888() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp556 yuv420p_to_rgb888(to_send, pixels, in updateHostColorBuffer()