Home
last modified time | relevance | path

Searched refs:dec_state_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_decoder_opus.cc29 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()
Daudio_decoder_multi_channel_opus_impl.cc50 : 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()
Daudio_decoder_opus.h55 OpusDecInst* dec_state_;
Daudio_decoder_multi_channel_opus_impl.h64 OpusDecInst* dec_state_; variable
/external/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc24 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()
Daudio_decoder_ilbc.h46 IlbcDecoderInstance* dec_state_;
/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_decoder_g722.cc24 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()
Daudio_decoder_g722.h41 G722DecInst* dec_state_;