Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp373 for (auto channel_mode : a2dp_channel_modes) { in TEST_F() local
374 pcm_parameters.channelMode = channel_mode; in TEST_F()
457 for (auto channel_mode : channel_modes) { in GetSbcCodecSpecificSupportedList() local
463 .channelMode = channel_mode, in GetSbcCodecSpecificSupportedList()
513 for (auto channel_mode : channel_modes) { in GetAacCodecSpecificSupportedList() local
518 .channelMode = channel_mode, in GetAacCodecSpecificSupportedList()
557 for (auto channel_mode : channel_modes) { in GetLdacCodecSpecificSupportedList() local
561 .channelMode = channel_mode, in GetLdacCodecSpecificSupportedList()
598 for (auto channel_mode : channel_modes) { in GetAptxCodecSpecificSupportedList() local
601 .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
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp276 int channel_mode = (header >> 6) & 3; in parseMp3Header() local
278 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()