Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DPolicyAudioPort.cpp218 audio_format_t currentFormat, in isBetterFormatMatch() argument
221 return formatDistance(newFormat, targetFormat) < formatDistance(currentFormat, targetFormat); in isBetterFormatMatch()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DPolicyAudioPort.h97 audio_format_t currentFormat,
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp498 const sp<AMessage> &oldFormat, sp<AMessage> &currentFormat) { in RevertOutputFormatIfNeeded() argument
510 if (currentFormat == oldFormat) { in RevertOutputFormatIfNeeded()
513 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()
521 currentFormat = oldFormat; in RevertOutputFormatIfNeeded()