Searched refs:bitsPerSample (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/bluetooth/audio/utils/session/ |
D | BluetoothAudioSupportedCodecsDB.cpp | 52 .bitsPerSample = static_cast<BitsPerSample>(BitsPerSample::BITS_16 | 68 .bitsPerSample = BitsPerSample::BITS_16, 78 .bitsPerSample = BitsPerSample::BITS_16}; 89 .bitsPerSample = static_cast<BitsPerSample>(BitsPerSample::BITS_16 | 98 .bitsPerSample = BitsPerSample::BITS_16, 107 .bitsPerSample = BitsPerSample::BITS_24, 156 !IsSingleBit(static_cast<uint32_t>(sbc_data.bitsPerSample), 0x07) || in IsOffloadSbcConfigurationValid() 170 (sbc_data.bitsPerSample & in IsOffloadSbcConfigurationValid() 171 kDefaultOffloadSbcCapability.bitsPerSample) && in IsOffloadSbcConfigurationValid() 193 !IsSingleBit(static_cast<uint32_t>(aac_data.bitsPerSample), 0x07)) { in IsOffloadAacConfigurationValid() [all …]
|
D | BluetoothAudioSupportedCodecsDB_2_1.cpp | 60 .bitsPerSample = static_cast<BitsPerSample>(BitsPerSample::BITS_16 | 90 (pcm_config.bitsPerSample != BitsPerSample::BITS_16 && in IsSoftwarePcmConfigurationValid_2_1() 91 pcm_config.bitsPerSample != BitsPerSample::BITS_24 && in IsSoftwarePcmConfigurationValid_2_1() 92 pcm_config.bitsPerSample != BitsPerSample::BITS_32) || in IsSoftwarePcmConfigurationValid_2_1() 100 pcm_config.bitsPerSample & in IsSoftwarePcmConfigurationValid_2_1() 101 kDefaultSoftwarePcmCapabilities_2_1.bitsPerSample && in IsSoftwarePcmConfigurationValid_2_1()
|
D | BluetoothAudioSession_2_1.cpp | 90 .bitsPerSample = fromConf.pcmConfig().bitsPerSample, in GetAudioConfig() 152 .bitsPerSample = tmpPcm.bitsPerSample in OnSessionStarted()
|
D | BluetoothAudioSession.h | 164 .bitsPerSample = BitsPerSample::BITS_UNKNOWN,
|
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 313 pcm_parameters.bitsPerSample != BitsPerSample::BITS_UNKNOWN); in IsPcmParametersSupported() 317 pcm_capability.bitsPerSample & pcm_parameters.bitsPerSample); in IsPcmParametersSupported() 334 pcm_parameters.bitsPerSample != BitsPerSample::BITS_UNKNOWN && in IsPcmParametersSupported_2_1() 339 pcm_capability.bitsPerSample & pcm_parameters.bitsPerSample); in IsPcmParametersSupported_2_1() 439 pcm_parameters.bitsPerSample = bits_per_sample; in TEST_P() 519 ExtractValuesFromBitmask<BitsPerSample>(sbc_capability.bitsPerSample, in GetSbcCodecSpecificSupportedList() 536 .bitsPerSample = bits_per_sample, in GetSbcCodecSpecificSupportedList() 576 ExtractValuesFromBitmask<BitsPerSample>(aac_capability.bitsPerSample, in GetAacCodecSpecificSupportedList() 591 .bitsPerSample = bits_per_sample}; in GetAacCodecSpecificSupportedList() 623 ExtractValuesFromBitmask<BitsPerSample>(ldac_capability.bitsPerSample, in GetLdacCodecSpecificSupportedList() [all …]
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 252 pcm_parameters.bitsPerSample != BitsPerSample::BITS_UNKNOWN); in IsPcmParametersSupported() 256 pcm_capability.bitsPerSample & pcm_parameters.bitsPerSample); in IsPcmParametersSupported() 352 pcm_parameters.bitsPerSample = bits_per_sample; in TEST_P() 430 ExtractValuesFromBitmask<BitsPerSample>(sbc_capability.bitsPerSample, in GetSbcCodecSpecificSupportedList() 447 .bitsPerSample = bits_per_sample, in GetSbcCodecSpecificSupportedList() 485 ExtractValuesFromBitmask<BitsPerSample>(aac_capability.bitsPerSample, in GetAacCodecSpecificSupportedList() 500 .bitsPerSample = bits_per_sample}; in GetAacCodecSpecificSupportedList() 530 ExtractValuesFromBitmask<BitsPerSample>(ldac_capability.bitsPerSample, in GetLdacCodecSpecificSupportedList() 543 .bitsPerSample = bits_per_sample}; in GetLdacCodecSpecificSupportedList() 571 ExtractValuesFromBitmask<BitsPerSample>(aptx_capability.bitsPerSample, in GetAptxCodecSpecificSupportedList() [all …]
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_audio_ape.h | 19 uint16_t bitsPerSample; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_audio_ape.h | 32 uint16_t bitsPerSample; member
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | types.hal | 154 BitsPerSample bitsPerSample; 167 BitsPerSample bitsPerSample; 178 BitsPerSample bitsPerSample; 190 BitsPerSample bitsPerSample; 197 BitsPerSample bitsPerSample;
|
/hardware/interfaces/bluetooth/audio/2.1/default/ |
D | BluetoothAudioProvider.cpp | 64 .bitsPerSample = audioConfig.pcmConfig().bitsPerSample, in startSession()
|
D | LeAudioAudioProvider.cpp | 136 switch (audioConfig.pcmConfig().bitsPerSample) { in startSession_2_1()
|
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/ |
D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 56 codec.bitsPerSample = BitsPerSample::BITS_16; in SetUp()
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | types.hal | 62 BitsPerSample bitsPerSample;
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | types.hal | 52 BitsPerSample bitsPerSample;
|