Home
last modified time | relevance | path

Searched refs:opus_mono_decoder_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/test/
Dopus_test.cc45 if (opus_mono_decoder_ != NULL) { in ~OpusTest()
46 WebRtcOpus_DecoderFree(opus_mono_decoder_); in ~OpusTest()
47 opus_mono_decoder_ = NULL; in ~OpusTest()
80 ASSERT_GT(WebRtcOpus_DecoderCreate(&opus_mono_decoder_, 1, 48000), -1); in Perform()
82 WebRtcOpus_DecoderInit(opus_mono_decoder_); in Perform()
299 opus_mono_decoder_, bitstream, bitstream_len_byte, in Run()
308 opus_mono_decoder_, NULL, 0, in Run()
Dopus_test.h53 WebRtcOpusDecInst* opus_mono_decoder_; variable