Loading services/surfaceflinger/ScreenCaptureOutput.cpp +11 −8 Original line number Diff line number Diff line Loading @@ -128,6 +128,8 @@ ScreenCaptureOutput::generateLuts() { } } // only call getLuts if buffers are not empty if (!buffers.empty()) { std::vector<aidl::android::hardware::graphics::composer3::Luts> luts; if (const auto physicalDisplayId = mDisplayIdVariant.and_then(asPhysicalDisplayId)) { auto& hwc = getCompositionEngine().getHwComposer(); Loading @@ -140,6 +142,7 @@ ScreenCaptureOutput::generateLuts() { } } } } return lutsMapper; } Loading Loading
services/surfaceflinger/ScreenCaptureOutput.cpp +11 −8 Original line number Diff line number Diff line Loading @@ -128,6 +128,8 @@ ScreenCaptureOutput::generateLuts() { } } // only call getLuts if buffers are not empty if (!buffers.empty()) { std::vector<aidl::android::hardware::graphics::composer3::Luts> luts; if (const auto physicalDisplayId = mDisplayIdVariant.and_then(asPhysicalDisplayId)) { auto& hwc = getCompositionEngine().getHwComposer(); Loading @@ -140,6 +142,7 @@ ScreenCaptureOutput::generateLuts() { } } } } return lutsMapper; } Loading