Searched defs:newFormat (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp272 bool AudioPort::isBetterFormatMatch(audio_format_t newFormat, argument
276 if (newFormat == currentFormat) {
282 if (newFormat == targetFormat) {
288 audio_bytes_per_sample(newFormat);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java194 protected void reset(FrameFormat newFormat) { argument
195 mFormat = newFormat.mutableCopy();
H A DGLFrame.java324 protected void reset(FrameFormat newFormat) { argument
328 super.reset(newFormat);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp445 sp<AMessage> newFormat; local
446 encoder->getOutputFormat(&newFormat);
448 trackIdx = muxer->addTrack(newFormat);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp709 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); local
712 supportsSeamlessFormatChange(newFormat);
723 rememberCodecSpecificData(newFormat);
728 rememberCodecSpecificData(newFormat);
/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 1073 milliseconds