Searched refs:WebRtcOpus_DecoderCreate (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/ |
H A D | opus_unittest.cc | 91 EXPECT_EQ(0, WebRtcOpus_DecoderCreate(opus_decoder, channels, in CreateSingleOrMultiStreamDecoder() 479 EXPECT_EQ(-1, WebRtcOpus_DecoderCreate(NULL, 1, 48000)); in TEST() 481 EXPECT_EQ(-1, WebRtcOpus_DecoderCreate(&opus_decoder, 257, 48000)); in TEST() 483 EXPECT_EQ(-1, WebRtcOpus_DecoderCreate(&opus_decoder, 1, 12345)); in TEST()
|
H A D | opus_speed_test.cc | 50 EXPECT_EQ(0, WebRtcOpus_DecoderCreate(&opus_decoder_, channels_, 48000)); in SetUp()
|
H A D | audio_decoder_opus.cc | 29 WebRtcOpus_DecoderCreate(&dec_state_, channels_, sample_rate_hz_);
|
H A D | opus_interface.h | 359 int16_t WebRtcOpus_DecoderCreate(OpusDecInst** inst,
|
H A D | opus_fec_test.cc | 112 EXPECT_EQ(0, WebRtcOpus_DecoderCreate(&opus_decoder_, channels_, 48000)); in SetUp()
|
H A D | opus_interface.cc | 467 int16_t WebRtcOpus_DecoderCreate(OpusDecInst** inst, in WebRtcOpus_DecoderCreate() function
|
/aosp_15_r20/external/webrtc/modules/audio_coding/test/ |
H A D | opus_test.cc | 80 ASSERT_GT(WebRtcOpus_DecoderCreate(&opus_mono_decoder_, 1, 48000), -1); in Perform() 81 ASSERT_GT(WebRtcOpus_DecoderCreate(&opus_stereo_decoder_, 2, 48000), -1); in Perform()
|