Home
last modified time | relevance | path

Searched refs:ldac (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp303 LdacParameters ldac = {}; in LdacCodecConfigurationsGenerator() local
304 ldac.sampleRate = mFdp->PickValueInArray(kSampleRates); in LdacCodecConfigurationsGenerator()
305 ldac.channelMode = mFdp->PickValueInArray(kChannelModes); in LdacCodecConfigurationsGenerator()
306 ldac.qualityIndex = mFdp->PickValueInArray(qualityIndexes); in LdacCodecConfigurationsGenerator()
307 ldac.bitsPerSample = mFdp->PickValueInArray(kBitsPerSamples); in LdacCodecConfigurationsGenerator()
310 codecConfig.config.ldacConfig(ldac); in LdacCodecConfigurationsGenerator()
DREADME.md29 18. Ldac Quality Index (parameter name: `ldac.qualityIndex`)
30 19. Ldac Channel Mode (parameter name: `ldac.channelMode`)
53 | `ldac.qualityIndex` | 0.`LdacQualityIndex::QUALITY_HIGH` 1.`LdacQualityIndex::QUALITY_MID` 2.`Lda…
54 | `ldac.channelMode ` | 0.`LdacChannelMode::UNKNOWN` 1.`LdacChannelMode::STEREO` 2.`LdacChannelMode…
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc601 LdacParameters ldac = { in LdacCodecConfigurationsGenerator() local
609 codec_config.config.ldacConfig(ldac); in LdacCodecConfigurationsGenerator()