| 726 | } |
| 727 | |
| 728 | std::map<std::string, GrVideoEncoderPlugin*> RdApplication::GetWorkingVideoEncoderPlugins() { |
| 729 | if (encoder_thread_) { |
| 730 | return encoder_thread_->GetWorkingVideoEncoderPlugins(); |
| 731 | } |
| 732 | return {}; |
| 733 | } |
| 734 | |
| 735 | bool RdApplication::GenerateD3DDevice(uint64_t adapter_uid) { |
| 736 | LOGI("GenerateD3DDevice, adapter_uid = {}", adapter_uid); |