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