Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.h385 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst);
Dopus_unittest.cc525 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
815 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
902 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
Dopus_interface.cc483 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst) { in WebRtcOpus_DecoderChannels() function