Home
last modified time | relevance | path

Searched refs:YU12ToRGB32 (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp98 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) { in YU12ToRGB32() function
DConverters.h284 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
DEmulatedCameraDevice.cpp181 YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()
/device/generic/goldfish/camera/
DConverters.cpp120 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height) in YU12ToRGB32() function
DConverters.h278 void YU12ToRGB32(const void* yu12, void* rgb, int width, int height);
DEmulatedCameraDevice.cpp281 YU12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame()