HomeSort by relevance Sort by last modified time
    Searched refs:CodecFreq (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_cng.cc 25 samp_freq_hz_ = ACMCodecDB::CodecFreq(codec_id_);
acm_pcm16b.cc 49 sampling_freq_hz_ = ACMCodecDB::CodecFreq(codec_id_);
acm_codec_database.h 279 static int CodecFreq(int codec_id);
acm_codec_database.cc 558 int ACMCodecDB::CodecFreq(int codec_id) {
acm_generic_codec.cc     [all...]
acm_receiver.cc 275 const int sample_rate_hz = ACMCodecDB::CodecFreq(codec_id);

Completed in 1057 milliseconds