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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_g7291.cc 30 my_rate_(32000),
62 my_rate_(32000), // Default rate.
92 my_rate_ / (8 * 50) * num_20ms_frames + (1 - flag_g729_mode_);
98 reinterpret_cast<int16_t*>(bitstream), my_rate_, num_20ms_frames);
134 my_rate_ = codec_params->codec_inst.rate;
135 return SetBitRateSafe((uint32_t)my_rate_);
167 my_rate_ = 8000;
171 my_rate_ = 12000;
175 my_rate_ = 14000;
179 my_rate_ = 16000
    [all...]
acm_g7291.h 45 uint16_t my_rate_; member in class:webrtc::acm2::ACMG729_1

Completed in 50 milliseconds