Home
last modified time | relevance | path

Searched refs:EncoderSelectorProxy (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/test/
Dvideo_encoder_proxy_factory.h61 return std::make_unique<EncoderSelectorProxy>(encoder_selector_); in GetEncoderSelector()
121 class EncoderSelectorProxy final : public EncoderSelectorInterface {
123 explicit EncoderSelectorProxy(EncoderSelectorInterface* encoder_selector) in EncoderSelectorProxy() function