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

  /system/bt/stack/a2dp/
a2dp_codec_config.cc 41 // |codec_index| and |codec_priority| are the codec type and priority to use
44 btav_a2dp_codec_config_t* codec_config, btav_a2dp_codec_index_t codec_index,
47 codec_config->codec_type = codec_index;
51 A2dpCodecConfig::A2dpCodecConfig(btav_a2dp_codec_index_t codec_index,
54 : codec_index_(codec_index),
99 btav_a2dp_codec_index_t codec_index,
101 LOG_DEBUG(LOG_TAG, "%s: codec %s", __func__, A2DP_CodecIndexStr(codec_index));
104 switch (codec_index) {
448 btav_a2dp_codec_index_t codec_index = local
454 auto cp_iter = codec_priorities_.find(codec_index);
508 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); local
    [all...]
a2dp_vendor.cc 504 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index) {
505 // Add checks based on codec_index
506 switch (codec_index) {
525 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index,
527 // Add checks based on codec_index
528 switch (codec_index) {
  /system/bt/stack/include/
a2dp_vendor.h 188 // Gets the A2DP vendor codec name for a given |codec_index|.
189 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index);
193 // |codec_index|.
195 bool A2DP_VendorInitCodecConfig(btav_a2dp_codec_index_t codec_index,
a2dp_codec_api.h 52 // Creates a codec entry. The selected codec is defined by |codec_index|,
55 btav_a2dp_codec_index_t codec_index,
182 // Constructor where |codec_index| is the unique index that identifies the
187 A2dpCodecConfig(btav_a2dp_codec_index_t codec_index, const std::string& name,
637 // Gets the A2DP codec name for a given |codec_index|.
638 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index);
641 // entry pointed by |p_cfg|. The selected codec is defined by |codec_index|.
643 bool A2DP_InitCodecConfig(btav_a2dp_codec_index_t codec_index,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
rent_a_codec.h 156 static inline rtc::Optional<CodecId> CodecIdFromIndex(int codec_index) {
157 return static_cast<size_t>(codec_index) < NumberOfCodecs()
159 static_cast<RentACodec::CodecId>(codec_index))
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/stack/test/
stack_a2dp_test.cc 194 btav_a2dp_codec_index_t codec_index = local
198 switch (codec_index) {
230 supported_codecs_.insert(codec_index);
235 bool has_codec_support(btav_a2dp_codec_index_t codec_index) {
236 return supported_codecs_.find(codec_index) != supported_codecs_.end();
769 btav_a2dp_codec_index_t codec_index = local
827 btav_a2dp_codec_index_t codec_index = local
    [all...]
  /system/bt/bta/av/
bta_av_main.cc 587 btav_a2dp_codec_index_t codec_index = local
589 if (!(*bta_av_a2dp_cos.init)(codec_index, &cs.cfg)) {
592 if (AVDT_CreateStream(&p_scb->seps[codec_index].av_handle, &cs) !=
597 memcpy(p_scb->seps[codec_index].codec_info, cs.cfg.codec_info,
599 p_scb->seps[codec_index].tsep = cs.tsep;
601 p_scb->seps[codec_index].p_app_sink_data_cback =
607 p_scb->seps[codec_index].p_app_sink_data_cback = NULL;
    [all...]
bta_av_int.h 160 typedef bool (*tBTA_AV_CO_INIT)(btav_a2dp_codec_index_t codec_index,
  /system/bt/bta/include/
bta_av_co.h 47 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index,
  /system/bt/bta/ag/
bta_ag_sco.cc 386 esco_codec_t codec_index = ESCO_CODEC_CVSD; local
391 codec_index = ESCO_CODEC_MSBC_T2;
393 codec_index = ESCO_CODEC_MSBC_T1;
398 enh_esco_params_t params = esco_parameters_for_codec(codec_index);
    [all...]
  /system/bt/btif/co/
bta_av_co.cc 224 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index,
226 return A2DP_InitCodecConfig(codec_index, p_cfg);
    [all...]

Completed in 546 milliseconds