Searched refs:opus_mono_decoder_ (Results 1 – 2 of 2) sorted by relevance
45 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()
53 WebRtcOpusDecInst* opus_mono_decoder_; variable