Searched defs:ScreenCaptureOutputArgs (Results 1 – 1 of 1) sorted by relevance
28 struct ScreenCaptureOutputArgs { struct29 const compositionengine::CompositionEngine& compositionEngine;30 const compositionengine::Output::ColorProfile& colorProfile;31 const RenderArea& renderArea;32 ui::LayerStack layerStack;33 std::shared_ptr<renderengine::ExternalTexture> buffer;34 float sdrWhitePointNits;35 float displayBrightnessNits;37 float targetBrightness;38 bool regionSampling;[all …]