Searched refs:ldac (Results 1 – 3 of 3) sorted by relevance
303 LdacParameters ldac = {}; in LdacCodecConfigurationsGenerator() local304 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()
29 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…
601 LdacParameters ldac = { in LdacCodecConfigurationsGenerator() local609 codec_config.config.ldacConfig(ldac); in LdacCodecConfigurationsGenerator()