Searched defs:CompositionRefreshArgs (Results 1 – 3 of 3) sorted by relevance
48 struct CompositionRefreshArgs { struct50 Outputs outputs;55 Layers layers;58 Layers layersWithQueuedFrames;61 std::vector<uint64_t> bufferIdsToUncache;80 std::optional<mat4> colorTransformMatrix;86 std::optional<std::chrono::microseconds> devOptFlashDirtyRegionsDelay;88 scheduler::FrameTargets frameTargets;92 Fps frameInterval;96 std::optional<std::chrono::steady_clock::time_point> scheduledFrameTime;[all …]
74 void ScreenCaptureOutput::updateColorProfile(const compositionengine::CompositionRefreshArgs&) { in updateColorProfile()
802 void Output::setReleasedLayers(const compositionengine::CompositionRefreshArgs&) { in setReleasedLayers()