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

  /device/generic/goldfish/camera/
Converters.cpp 194 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height)
Converters.h 310 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 284 NV21ToRGB32(currentFrame, buffer, mFrameWidth, mFrameHeight);
  /device/google/cuttlefish_common/guest/hals/camera/
Converters.cpp 143 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height) {
Converters.h 316 void NV21ToRGB32(const void* nv21, void* rgb, int width, int height);
EmulatedCameraDevice.cpp 184 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);

Completed in 1255 milliseconds