Searched refs:NV21ToRGB32 (Results 1 – 3 of 3) sorted by relevance
165 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) in NV21ToRGB32() function
310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
178 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()