Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp310 audio_format_t bestFormat = sPcmFormatCompareTable[ARRAY_SIZE(sPcmFormatCompareTable) - 1]; in pickAudioProfile() local
314 bestFormat = AUDIO_FORMAT_INVALID; in pickAudioProfile()
323 (compareFormats(formatToCompare, bestFormat) <= 0)) { in pickAudioProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1019 audio_format_t bestFormat = AUDIO_FORMAT_INVALID; in selectOutput() local
1035 outputDesc->mFormat, bestFormat, format)) { in selectOutput()
1037 bestFormat = outputDesc->mFormat; in selectOutput()