HomeSort by relevance Sort by last modified time
    Searched refs:NV21ToRGB32 (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/system/camera/
Converters.cpp 165 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height)
EmulatedCameraDevice.cpp 124 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
Converters.h 310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);

Completed in 193 milliseconds