Home | History | Annotate | Download | only in neteq

Lines Matching refs:fs_hz_

103   fs_hz_ = fs;
303 stats_.GetNetworkStatistics(fs_hz_, total_samples_in_buffers,
634 if (decoder_info->fs_hz != fs_hz_ ||
652 delay_manager_->SetPacketAudioLength((1000 * temp_bufsize) / fs_hz_);
661 fs_hz_);
699 sid_frame_available, fs_hz_);
863 stats_.IncreaseCounter(output_size_samples_, fs_hz_);
1138 if (decoder_info->fs_hz != fs_hz_ ||
1538 if (fs_hz_ == 8000) {
1541 } else if (fs_hz_ == 16000) {
1544 } else if (fs_hz_ == 32000) {
1547 } else if (fs_hz_ == 48000) {
1621 dtmf_return_value = dtmf_tone_generator_->Init(fs_hz_, dtmf_event.event_no,
1721 dtmf_return_value = dtmf_tone_generator_->Init(fs_hz_, dtmf_event.event_no,
1842 fs_hz_ = fs_hz;
1909 decision_logic_->SetSampleRate(fs_hz_, output_size_samples_);
1930 decision_logic_.reset(DecisionLogic::Create(fs_hz_, output_size_samples_,