| 476 | } |
| 477 | |
| 478 | void EncoderThread::PostEncTask(std::function<void()>&& task) { |
| 479 | enc_thread_->Post(std::move(task)); |
| 480 | } |
| 481 | |
| 482 | std::map<std::string, GrVideoEncoderPlugin*> EncoderThread::GetWorkingVideoEncoderPlugins() { |
| 483 | return encoder_plugins_; |
nothing calls this directly
no outgoing calls
no test coverage detected