Searched refs:dec_state_ (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_decoder_opus.cc | 29 WebRtcOpus_DecoderCreate(&dec_state_, channels_, sample_rate_hz_); 31 WebRtcOpus_DecoderInit(dec_state_); 35 WebRtcOpus_DecoderFree(dec_state_); in ~AudioDecoderOpusImpl() 66 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 86 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal() 95 WebRtcOpus_DecoderInit(dec_state_); in Reset() 100 return WebRtcOpus_DurationEst(dec_state_, encoded, encoded_len); in PacketDuration()
|
D | audio_decoder_multi_channel_opus_impl.cc | 50 : dec_state_(dec_state), config_(config) { in AudioDecoderMultiChannelOpusImpl() 52 WebRtcOpus_DecoderInit(dec_state_); in AudioDecoderMultiChannelOpusImpl() 56 WebRtcOpus_DecoderFree(dec_state_); in ~AudioDecoderMultiChannelOpusImpl() 112 WebRtcOpus_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 134 int ret = WebRtcOpus_DecodeFec(dec_state_, encoded, encoded_len, decoded, in DecodeRedundantInternal() 144 WebRtcOpus_DecoderInit(dec_state_); in Reset() 149 return WebRtcOpus_DurationEst(dec_state_, encoded, encoded_len); in PacketDuration()
|
D | audio_decoder_opus.h | 55 OpusDecInst* dec_state_;
|
D | audio_decoder_multi_channel_opus_impl.h | 64 OpusDecInst* dec_state_; variable
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | audio_decoder_ilbc.cc | 24 WebRtcIlbcfix_DecoderCreate(&dec_state_); in AudioDecoderIlbcImpl() 25 WebRtcIlbcfix_Decoderinit30Ms(dec_state_); in AudioDecoderIlbcImpl() 29 WebRtcIlbcfix_DecoderFree(dec_state_); in ~AudioDecoderIlbcImpl() 43 int ret = WebRtcIlbcfix_Decode(dec_state_, encoded, encoded_len, decoded, in DecodeInternal() 50 return WebRtcIlbcfix_NetEqPlc(dec_state_, decoded, num_frames); in DecodePlc() 54 WebRtcIlbcfix_Decoderinit30Ms(dec_state_); in Reset()
|
D | audio_decoder_ilbc.h | 46 IlbcDecoderInstance* dec_state_;
|
/external/webrtc/modules/audio_coding/codecs/g722/ |
D | audio_decoder_g722.cc | 24 WebRtcG722_CreateDecoder(&dec_state_); in AudioDecoderG722Impl() 25 WebRtcG722_DecoderInit(dec_state_); in AudioDecoderG722Impl() 29 WebRtcG722_FreeDecoder(dec_state_); in ~AudioDecoderG722Impl() 44 WebRtcG722_Decode(dec_state_, encoded, encoded_len, decoded, &temp_type); in DecodeInternal() 50 WebRtcG722_DecoderInit(dec_state_); in Reset()
|
D | audio_decoder_g722.h | 41 G722DecInst* dec_state_;
|