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

  /device/generic/goldfish/camera/
Converters.cpp 178 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height)
Converters.h 294 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 287 NV12ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 129 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height) {
Converters.h 300 void NV12ToRGB32(const void* nv12, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 187 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 260 milliseconds