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

  /device/generic/goldfish/camera/
Converters.cpp 165 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height)
EmulatedCameraDevice.cpp 178 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
Converters.h 310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);

Completed in 865 milliseconds