Searched refs:EncoderSelectorProxy (Results 1 – 1 of 1) sorted by relevance
61 return std::make_unique<EncoderSelectorProxy>(encoder_selector_); in GetEncoderSelector()121 class EncoderSelectorProxy final : public EncoderSelectorInterface {123 explicit EncoderSelectorProxy(EncoderSelectorInterface* encoder_selector) in EncoderSelectorProxy() function