| 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_) |
nothing calls this directly
no outgoing calls
no test coverage detected