Searched defs:targetFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp274 audio_format_t targetFormat)
282 if (newFormat == targetFormat) {
285 int currentDiffBytes = (int)audio_bytes_per_sample(targetFormat) -
287 int newDiffBytes = (int)audio_bytes_per_sample(targetFormat) -
272 isBetterFormatMatch(audio_format_t newFormat, audio_format_t currentFormat, audio_format_t targetFormat) argument
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp383 const audio_format_t targetFormat = mDownmixRequiresFormat != AUDIO_FORMAT_INVALID local
386 if (mFormat != targetFormat) {
390 targetFormat,
394 if (targetFormat != mMixerInFormat) {
397 targetFormat,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1631 milliseconds