Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
DVtsHalBluetoothAudioV2_1TargetTest.cpp440 for (auto channel_mode : a2dp_channel_modes) { in TEST_P() local
441 pcm_parameters.channelMode = channel_mode; in TEST_P()
526 for (auto channel_mode : channel_modes) { in GetSbcCodecSpecificSupportedList() local
532 .channelMode = channel_mode, in GetSbcCodecSpecificSupportedList()
584 for (auto channel_mode : channel_modes) { in GetAacCodecSpecificSupportedList() local
589 .channelMode = channel_mode, in GetAacCodecSpecificSupportedList()
630 for (auto channel_mode : channel_modes) { in GetLdacCodecSpecificSupportedList() local
634 .channelMode = channel_mode, in GetLdacCodecSpecificSupportedList()
673 for (auto channel_mode : channel_modes) { in GetAptxCodecSpecificSupportedList() local
676 .channelMode = channel_mode, in GetAptxCodecSpecificSupportedList()
[all …]
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp353 for (auto channel_mode : a2dp_channel_modes) { in TEST_P() local
354 pcm_parameters.channelMode = channel_mode; in TEST_P()
437 for (auto channel_mode : channel_modes) { in GetSbcCodecSpecificSupportedList() local
443 .channelMode = channel_mode, in GetSbcCodecSpecificSupportedList()
493 for (auto channel_mode : channel_modes) { in GetAacCodecSpecificSupportedList() local
498 .channelMode = channel_mode, in GetAacCodecSpecificSupportedList()
537 for (auto channel_mode : channel_modes) { in GetLdacCodecSpecificSupportedList() local
541 .channelMode = channel_mode, in GetLdacCodecSpecificSupportedList()
578 for (auto channel_mode : channel_modes) { in GetAptxCodecSpecificSupportedList() local
581 .channelMode = channel_mode, in GetAptxCodecSpecificSupportedList()
[all …]
/hardware/qcom/audio/hal/audio_extn/
Da2dp.c378 uint32_t channel_mode; member
454 uint16_t channel_mode; member
534 uint16_t channel_mode; /* 0, 4, 2, 1 */ member
1024 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_MONO; in configure_sbc_enc_format()
1027 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_DUAL_MONO; in configure_sbc_enc_format()
1030 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_JOINT_STEREO; in configure_sbc_enc_format()
1034 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_STEREO; in configure_sbc_enc_format()
1059 if (sbc_dsp_cfg.channel_mode == MEDIA_FMT_SBC_CHANNEL_MODE_MONO) in configure_sbc_enc_format()
1065 __func__, sbc_dsp_cfg.sample_rate, sbc_dsp_cfg.channel_mode); in configure_sbc_enc_format()
1287 ldac_dsp_cfg.ldac_cfg.channel_mode = ldac_bt_cfg->channel_mode; in configure_ldac_enc_format()
[all …]
/hardware/broadcom/libbt/include/
Duipc_msg.h555 uint8_t channel_mode; member
587 uint8_t channel_mode; /* 0x02:mono, 0x01:dual */ member