MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Composite

Method Composite

examples/VulkanBenchmark.cpp:1147–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145 };
1146
1147 void Composite(const AVFrame* frame) {
1148 Submit(frame);
1149 WaitForPendingSubmission("direct compositor");
1150 }
1151
1152 void Submit(const AVFrame* frame) {
1153 if (pending_submission_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected