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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.h 54 bool SetCodecFEC(bool enable_codec_fec);
codec_manager.cc 182 bool CodecManager::SetCodecFEC(bool enable_codec_fec) {
183 if (enable_codec_fec && codec_stack_params_.use_red) {
189 codec_stack_params_.use_codec_fec = enable_codec_fec;
audio_coding_module_impl.cc 479 int AudioCodingModuleImpl::SetCodecFEC(bool enable_codec_fec) {
481 if (!codec_manager_.SetCodecFEC(enable_codec_fec)) {
487 if (enable_codec_fec) {
  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 326 virtual int SetCodecFEC(bool enable_codec_fec) = 0;
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 254 bool* enable_codec_fec, int* max_playback_rate,
256 *enable_codec_fec = IsCodecFeatureEnabled(codec, kCodecParamUseInbandFec);
1484 bool enable_codec_fec = false; local
    [all...]

Completed in 6246 milliseconds