Searched refs:channelMode (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/a2dp/
H A Da2dp_vendor_aptx.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member in struct:__anon902
56 A2DP_APTX_CHANNELS_STEREO, /* channelMode */
67 A2DP_APTX_CHANNELS_STEREO, /* channelMode */
108 *p_result++ = p_ie->sampleRate | p_ie->channelMode;
154 p_ie->channelMode = *p_codec_info & 0x0F;
162 if (A2DP_BitsSet(p_ie->channelMode) != A2DP_SET_ONE_BIT)
211 cfg_cie.channelMode, p_cap->channelMode);
217 if ((cfg_cie.channelMode & p_cap->channelMode)
550 select_best_channel_mode(uint8_t channelMode, tA2DP_APTX_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
572 select_audio_channel_mode( const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, tA2DP_APTX_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
604 uint8_t channelMode; local
906 uint8_t channelMode; local
[all...]
H A Da2dp_vendor_aptx_hd.cc45 uint8_t channelMode; /* STEREO/DUAL/MONO */ member in struct:__anon906
59 A2DP_APTX_HD_CHANNELS_STEREO, /* channelMode */
72 A2DP_APTX_HD_CHANNELS_STEREO, /* channelMode */
115 *p_result++ = p_ie->sampleRate | p_ie->channelMode;
165 p_ie->channelMode = *p_codec_info & 0x0F;
178 if (A2DP_BitsSet(p_ie->channelMode) != A2DP_SET_ONE_BIT)
229 cfg_cie.channelMode, p_cap->channelMode);
235 if ((cfg_cie.channelMode & p_cap->channelMode)
567 select_best_channel_mode(uint8_t channelMode, tA2DP_APTX_HD_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
589 select_audio_channel_mode( const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, tA2DP_APTX_HD_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
621 uint8_t channelMode; local
931 uint8_t channelMode; local
[all...]
H A Da2dp_vendor_ldac.cc46 uint8_t channelMode; /* STEREO/DUAL/MONO */ member in struct:__anon910
57 // channelMode
68 A2DP_LDAC_CHANNEL_MODE_STEREO, // channelMode
115 *p_result = (uint8_t)(p_ie->channelMode & A2DP_LDAC_CHANNEL_MODE_MASK);
163 p_ie->channelMode = *p_codec_info++ & A2DP_LDAC_CHANNEL_MODE_MASK;
169 if (A2DP_BitsSet(p_ie->channelMode) != A2DP_SET_ONE_BIT)
237 cfg_cie.channelMode, p_cap->channelMode);
243 if ((cfg_cie.channelMode & p_cap->channelMode)
768 select_best_channel_mode(uint8_t channelMode, tA2DP_LDAC_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
795 select_audio_channel_mode( const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, tA2DP_LDAC_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
831 uint8_t channelMode; local
1207 uint8_t channelMode; local
[all...]
H A Da2dp_aac.cc47 uint8_t channelMode; /* STEREO/MONO */ member in struct:__anon888
60 // channelMode
75 // channelMode
88 A2DP_AAC_CHANNEL_MODE_STEREO, // channelMode
139 if (p_ie->channelMode == 0) return A2DP_INVALID_PARAMS;
140 *p_result++ |= (p_ie->channelMode & A2DP_AAC_CHANNEL_MODE_MASK);
183 p_ie->channelMode = *p_codec_info & A2DP_AAC_CHANNEL_MODE_MASK;
200 if (A2DP_BitsSet(p_ie->channelMode) != A2DP_SET_ONE_BIT)
274 cfg_cie.channelMode, p_cap->channelMode);
915 select_best_channel_mode(uint8_t channelMode, tA2DP_AAC_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
937 select_audio_channel_mode( const btav_a2dp_codec_config_t* p_codec_audio_config, uint8_t channelMode, tA2DP_AAC_CIE* p_result, btav_a2dp_codec_config_t* p_codec_config) argument
968 uint8_t channelMode; local
1331 uint8_t channelMode; local
[all...]
/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc181 p_codec_info->channelMode =

Completed in 64 milliseconds