Searched refs:currentFormat (Results 1 – 3 of 3) sorted by relevance
218 audio_format_t currentFormat, in isBetterFormatMatch() argument221 return formatDistance(newFormat, targetFormat) < formatDistance(currentFormat, targetFormat); in isBetterFormatMatch()
97 audio_format_t currentFormat,
498 const sp<AMessage> &oldFormat, sp<AMessage> ¤tFormat) { in RevertOutputFormatIfNeeded() argument510 if (currentFormat == oldFormat) { in RevertOutputFormatIfNeeded()513 sp<AMessage> diff = currentFormat->changesFrom(oldFormat); in RevertOutputFormatIfNeeded()521 currentFormat = oldFormat; in RevertOutputFormatIfNeeded()