Home
last modified time | relevance | path

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

/external/webrtc/api/audio_codecs/opus/
Daudio_decoder_opus.cc63 AudioCodecInfo opus_info{48000, 1, 64000, 6000, 510000}; in AppendSupportedDecoders() local
64 opus_info.allow_comfort_noise = false; in AppendSupportedDecoders()
65 opus_info.supports_network_adaption = true; in AppendSupportedDecoders()
68 specs->push_back({std::move(opus_format), opus_info}); in AppendSupportedDecoders()
/external/webrtc/api/audio_codecs/test/
Daudio_decoder_factory_template_unittest.cc240 AudioCodecInfo opus_info{48000, 1, 64000, 6000, 510000}; in TEST() local
241 opus_info.allow_comfort_noise = false; in TEST()
242 opus_info.supports_network_adaption = true; in TEST()
246 ::testing::ElementsAre(AudioCodecSpec{opus_format, opus_info})); in TEST()