Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A 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()
H A Dopus_interface.h399 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst);
H A Dopus_interface.cc562 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst) { in WebRtcOpus_DecoderChannels() function