Searched refs:YV12ToRGB32 (Results 1 – 3 of 3) sorted by relevance
97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32() function
270 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);
172 YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()