HomeSort by relevance Sort by last modified time
    Searched refs:YU12ToRGB32 (Results 1 - 3 of 3) 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 270 YU12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 154 milliseconds