Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp411 sp<AudioProfile> inputProfile = audioProfileVector.getFirstValidProfileFor(f); in findBestMatchingOutputConfig() local
413 if (inputProfile == nullptr || outputProfile == nullptr) { in findBestMatchingOutputConfig()
416 auto channels = intersectFilterAndOrder(asOutMask(inputProfile->getChannels()), in findBestMatchingOutputConfig()
422 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()
424 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()