Searched refs:WebRtcOpus_DecoderChannels (Results 1 – 3 of 3) sorted by relevance
206 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst);
348 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()
292 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst) { in WebRtcOpus_DecoderChannels() function