Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.h206 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst);
Dopus_unittest.cc348 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
556 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
635 EXPECT_EQ(channels_, WebRtcOpus_DecoderChannels(opus_decoder_)); in TEST_P()
Dopus_interface.c292 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst) { in WebRtcOpus_DecoderChannels() function