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

  /development/tools/emulator/system/camera/
Converters.cpp 149 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height)
EmulatedCameraDevice.cpp 140 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
Converters.h 294 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);

Completed in 108 milliseconds