Home
last modified time | relevance | path

Searched refs:targetFormat (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterGraph.java243 FrameFormat targetFormat = inputPort.getPortFormat(); in runTypeCheckOn() local
244 if (sourceFormat != null && targetFormat != null) { in runTypeCheckOn()
245 … if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + "."); in runTypeCheckOn()
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat); in runTypeCheckOn()
257 compatible = sourceFormat.isCompatibleWith(targetFormat); in runTypeCheckOn()
264 + "format of type " + targetFormat + " but got a format of type " in runTypeCheckOn()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp1155 const sp<AMessage> &targetFormat) const { in supportsSeamlessAudioFormatChange()
1156 if (targetFormat == NULL) { in supportsSeamlessAudioFormatChange()
1161 if (!targetFormat->findString("mime", &mime)) { in supportsSeamlessAudioFormatChange()
1171 !targetFormat->findInt32(keys[i], &newVal) || in supportsSeamlessAudioFormatChange()
1179 targetFormat->findBuffer("csd-0", &newBuf)) { in supportsSeamlessAudioFormatChange()
1189 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange()
1194 if (targetFormat == NULL) { in supportsSeamlessFormatChange()
1200 || !targetFormat->findString("mime", &newMime) in supportsSeamlessFormatChange()
1208 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()
DNuPlayerDecoder.h136 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp275 audio_format_t targetFormat) in isBetterFormatMatch() argument
283 if (newFormat == targetFormat) { in isBetterFormatMatch()
286 int currentDiffBytes = (int)audio_bytes_per_sample(targetFormat) - in isBetterFormatMatch()
288 int newDiffBytes = (int)audio_bytes_per_sample(targetFormat) - in isBetterFormatMatch()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPort.h118 audio_format_t targetFormat);
/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp388 const audio_format_t targetFormat = mDownmixRequiresFormat != AUDIO_FORMAT_INVALID in prepareForReformat() local
391 if (mFormat != targetFormat) { in prepareForReformat()
395 targetFormat, in prepareForReformat()
399 if (targetFormat != mMixerInFormat) { in prepareForReformat()
402 targetFormat, in prepareForReformat()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...