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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp281 audio_format_t targetFormat)
289 if (newFormat == targetFormat) {
292 int currentDiffBytes = (int)audio_bytes_per_sample(targetFormat) -
294 int newDiffBytes = (int)audio_bytes_per_sample(targetFormat) -
279 isBetterFormatMatch(audio_format_t newFormat, audio_format_t currentFormat, audio_format_t targetFormat) argument
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp305 const audio_format_t targetFormat = mDownmixRequiresFormat != AUDIO_FORMAT_INVALID local
308 if (mFormat != targetFormat) {
312 targetFormat,
324 if (targetFormat != mMixerInFormat) {
327 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 111 milliseconds