Home
last modified time | relevance | path

Searched refs:custom_cfg (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
Da2dp.c423 struct custom_enc_cfg_t custom_cfg; member
469 struct custom_enc_cfg_t custom_cfg; member
1093 aptx_dsp_cfg.custom_cfg.enc_format = ENC_MEDIA_FMT_APTX; in configure_aptx_enc_format()
1096 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->default_cfg->sampling_rate; in configure_aptx_enc_format()
1097 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->default_cfg->channels; in configure_aptx_enc_format()
1099 aptx_dsp_cfg.custom_cfg.sample_rate = aptx_bt_cfg->dual_mono_cfg->sampling_rate; in configure_aptx_enc_format()
1100 aptx_dsp_cfg.custom_cfg.num_channels = aptx_bt_cfg->dual_mono_cfg->channels; in configure_aptx_enc_format()
1104 switch (aptx_dsp_cfg.custom_cfg.num_channels) { in configure_aptx_enc_format()
1106 aptx_dsp_cfg.custom_cfg.channel_mapping[0] = PCM_CHANNEL_C; in configure_aptx_enc_format()
1110 aptx_dsp_cfg.custom_cfg.channel_mapping[0] = PCM_CHANNEL_L; in configure_aptx_enc_format()
[all …]