HomeSort by relevance Sort by last modified time
    Searched full:rgbtoyuv420 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 54 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane,
85 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, android_ycbcr* ycbcr) {
91 rgbToYuv420(rgbBuf, width, height, reinterpret_cast<uint8_t*>(ycbcr->y),
255 rgbToYuv420(pixelBuffer, width, height, yPlane,
291 rgbToYuv420(pixelBuffer, width, height, yPlane,
312 rgbToYuv420(pixelBuffer, width, height, &ycbcr);

Completed in 289 milliseconds