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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver.cc 570 int codec_index = PayloadType2CodecIndex(payload_type); local
571 if (codec_index < 0) { // Such a payload-type is not registered.
579 decoders_[codec_index].registered = false;
580 if (last_audio_decoder_ == codec_index)
680 int codec_index = PayloadType2CodecIndex(payload_type); local
681 if (codec_index < 0) {
685 memcpy(codec, &ACMCodecDB::database_[codec_index], sizeof(CodecInst));
686 codec->pltype = decoders_[codec_index].payload_type;
687 codec->channels = decoders_[codec_index].channels;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 450 int codec_index = 0; local
486 codec_index = BTA_AG_ESCO_SETTING_IDX_T2;
490 codec_index = BTA_AG_ESCO_SETTING_IDX_T1;
494 params = bta_ag_esco_params[codec_index];
    [all...]

Completed in 65 milliseconds