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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 603 auto codec_index = RentACodec::CodecIndexFromId(*codec_id); local
604 RTC_CHECK(codec_index) << "Invalid codec ID: " << static_cast<int>(*codec_id);
616 *codec_index, codec.pltype, codec.channels, codec.plfreq,
  /system/bt/bta/ag/
bta_ag_sco.c 443 int codec_index = 0; local
479 codec_index = BTA_AG_ESCO_SETTING_IDX_T2;
483 codec_index = BTA_AG_ESCO_SETTING_IDX_T1;
487 params = bta_ag_esco_params[codec_index];
    [all...]

Completed in 453 milliseconds