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

  /device/generic/goldfish/camera/
Converters.cpp 108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height)
Converters.h 270 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 278 YV12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 90 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) {
Converters.h 276 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 178 YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 930 milliseconds