Searched refs:NV12ToRGB32 (Results 1 – 3 of 3) sorted by relevance
149 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) in NV12ToRGB32() function
294 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);
181 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()