Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp943 uint32_t sampleRateLegacy = VALUE_OR_RETURN_BINDER(convertIntegral<uint32_t>(sampleRate)); in getInputBufferSize() local
948 size_t size = mDelegate->getInputBufferSize(sampleRateLegacy, formatLegacy, channelMaskLegacy); in getInputBufferSize()