Home
last modified time | relevance | path

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

/external/webrtc/video/end_to_end_tests/
Dmulti_codec_receive_tests.cc161 struct CodecConfig { struct in webrtc::MultiCodecReceiveTest
168 void ConfigureEncoder(const CodecConfig& config);
169 void ConfigureDecoders(const std::vector<CodecConfig>& configs);
170 void RunTestWithCodecs(const std::vector<CodecConfig>& configs);
181 const std::vector<CodecConfig>& configs) { in ConfigureDecoders()
195 void MultiCodecReceiveTest::ConfigureEncoder(const CodecConfig& config) { in ConfigureEncoder()
209 const std::vector<CodecConfig>& configs) { in RunTestWithCodecs()