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

  /device/generic/goldfish/camera/
Converters.cpp 120 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height)
Converters.h 278 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 281 YU12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 98 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) {
Converters.h 284 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 181 YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 783 milliseconds