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 194 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height)
Converters.h 310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 273 NV21ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 223 milliseconds