Searched refs:opus_decoder_ (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 140 WebRtcOpusDecInst* opus_decoder_ = nullptr; member in webrtc::__anon4ee78c5a0111::OpusTest 258 CreateSingleOrMultiStreamDecoder(&opus_decoder_, channels_, use_multistream_, in TestDtxEffect() 278 opus_encoder_, speech_data_.GetNextBlock(), opus_decoder_, in TestDtxEffect() 285 EXPECT_EQ(0, opus_decoder_->in_dtx_mode); in TestDtxEffect() 294 opus_encoder_, silence, opus_decoder_, in TestDtxEffect() 299 EXPECT_EQ(0, opus_decoder_->in_dtx_mode); in TestDtxEffect() 303 EXPECT_EQ(1, opus_decoder_->in_dtx_mode); in TestDtxEffect() 344 opus_encoder_, silence, opus_decoder_, in TestDtxEffect() 352 EXPECT_EQ(1, opus_decoder_->in_dtx_mode); in TestDtxEffect() 361 EXPECT_EQ(0, opus_decoder_->in_dtx_mode); in TestDtxEffect() [all …]
|
D | opus_fec_test.cc | 61 WebRtcOpusDecInst* opus_decoder_; member in webrtc::OpusFecTest 114 EXPECT_EQ(0, WebRtcOpus_DecoderCreate(&opus_decoder_, channels_, 48000)); in SetUp() 122 EXPECT_EQ(0, WebRtcOpus_DecoderFree(opus_decoder_)); in TearDown() 134 opus_decoder_(NULL) {} in OpusFecTest() 154 WebRtcOpus_DecodeFec(opus_decoder_, &bit_stream_[0], encoded_bytes_, in DecodeABlock() 159 int ret = WebRtcOpus_Decode(opus_decoder_, NULL, 0, &out_data_[value_1], in DecodeABlock() 170 value_2 = WebRtcOpus_Decode(opus_decoder_, &bit_stream_[0], encoded_bytes_, in DecodeABlock()
|
D | opus_speed_test.cc | 34 WebRtcOpusDecInst* opus_decoder_; member in webrtc::OpusSpeedTest 42 opus_decoder_(NULL) {} in OpusSpeedTest() 50 EXPECT_EQ(0, WebRtcOpus_DecoderCreate(&opus_decoder_, channels_, 48000)); in SetUp() 59 EXPECT_EQ(0, WebRtcOpus_DecoderFree(opus_decoder_)); in TearDown() 81 value = WebRtcOpus_Decode(opus_decoder_, bit_stream, encoded_bytes, out_data, in DecodeABlock()
|