Home
last modified time | relevance | path

Searched refs:samplingFrequency (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioCodecConfigMetadata.java294 int samplingFrequency = CONFIG_SAMPLING_FREQUENCY_UNKNOWN; in fromRawBytes() local
309 samplingFrequency = (int) (bytes[0] & 0xFF); in fromRawBytes()
322 convertToSampleRateBitset(samplingFrequency), in fromRawBytes()
483 int samplingFrequency = convertToSamplingFrequencyValue(mSampleRate); in build() local
489 .put((byte) (samplingFrequency & 0xFF)) in build()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc339 CodecSpecificConfigurationLtv::Tag::samplingFrequency: in GetStackLeAudioLtvMapFromAidlFormat()
344 CodecSpecificConfigurationLtv::Tag::samplingFrequency>()); in GetStackLeAudioLtvMapFromAidlFormat()