Searched defs:rgbToYuv420 (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 71 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, function 102 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, android_ycbcr* ycbcr) { function 108 rgbToYuv420(rgbBuf, width, height, reinterpret_cast<uint8_t*>(ycbcr->y), 269 rgbToYuv420(pixelBuffer, width, height, yPlane, 305 rgbToYuv420(pixelBuffer, width, height, yPlane, 326 rgbToYuv420(pixelBuffer, width, height, &ycbcr);
|
Completed in 10 milliseconds