Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c39 channel_mode : 2, member
63 channel_mode : 2,
397 *channel = header.channel_mode; in mp3_header_parse()
416 LOGV(" channel mode: 0x%x, %s\n", header.channel_mode, in mp3_header_parse()
417 channel_mode_string[header.channel_mode]); in mp3_header_parse()
/hardware/qcom/audio/hal/audio_extn/
Da2dp.c350 uint32_t channel_mode; member
426 uint16_t channel_mode; member
505 uint16_t channel_mode; /* 0, 4, 2, 1 */ member
987 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_MONO; in configure_sbc_enc_format()
990 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_DUAL_MONO; in configure_sbc_enc_format()
993 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_JOINT_STEREO; in configure_sbc_enc_format()
997 sbc_dsp_cfg.channel_mode = MEDIA_FMT_SBC_CHANNEL_MODE_STEREO; in configure_sbc_enc_format()
1022 if (sbc_dsp_cfg.channel_mode == MEDIA_FMT_SBC_CHANNEL_MODE_MONO) in configure_sbc_enc_format()
1028 __func__, sbc_dsp_cfg.sample_rate, sbc_dsp_cfg.channel_mode); in configure_sbc_enc_format()
1248 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.cpp268 int channel_mode = (header >> 6) & 3; in parseMp3Header() local
270 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()