Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_decoder_isac_t_impl.h26 : bwinfo_(bwinfo), decoder_sample_rate_hz_(-1) { in AudioDecoderIsacT()
49 if (sample_rate_hz != decoder_sample_rate_hz_) { in DecodeInternal()
51 decoder_sample_rate_hz_ = sample_rate_hz; in DecodeInternal()
Daudio_decoder_isac_t.h47 int decoder_sample_rate_hz_; variable