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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp279 bool AudioPort::isBetterFormatMatch(audio_format_t newFormat, argument
283 if (newFormat == currentFormat) {
289 if (newFormat == targetFormat) {
295 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.cpp474 sp<AMessage> newFormat; local
475 encoder->getOutputFormat(&newFormat);
477 trackIdx = muxer->addTrack(newFormat);
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Decoder.cpp903 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); local
906 supportsSeamlessFormatChange(newFormat);
917 rememberCodecSpecificData(newFormat);
922 rememberCodecSpecificData(newFormat);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp884 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); local
887 supportsSeamlessFormatChange(newFormat);
898 rememberCodecSpecificData(newFormat);
903 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 122 milliseconds