Home
last modified time | relevance | path

Searched refs:newFormat (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameManager.java42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy(); in duplicateFrameToTarget() local
43 newFormat.setTarget(newTarget); in duplicateFrameToTarget()
44 Frame result = newFrame(newFormat); in duplicateFrameToTarget()
DFrame.java194 protected void reset(FrameFormat newFormat) { in reset() argument
195 mFormat = newFormat.mutableCopy(); in reset()
DGLFrame.java324 protected void reset(FrameFormat newFormat) { in reset() argument
328 super.reset(newFormat); in reset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSMSDispatcher.java265 String newFormat = in sendRetrySms() local
271 if (oldFormat.equals(newFormat)) { in sendRetrySms()
272 if (isCdmaFormat(newFormat)) { in sendRetrySms()
306 if (isCdmaFormat(newFormat)) { in sendRetrySms()
320 if (isCdmaFormat(newFormat)) { in sendRetrySms()
337 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ? in sendRetrySms()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp273 bool AudioPort::isBetterFormatMatch(audio_format_t newFormat, in isBetterFormatMatch() argument
277 if (newFormat == currentFormat) { in isBetterFormatMatch()
283 if (newFormat == targetFormat) { in isBetterFormatMatch()
289 audio_bytes_per_sample(newFormat); in isBetterFormatMatch()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp446 sp<AMessage> newFormat; in runEncoder() local
447 encoder->getOutputFormat(&newFormat); in runEncoder()
449 trackIdx = muxer->addTrack(newFormat); in runEncoder()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPort.h116 static bool isBetterFormatMatch(audio_format_t newFormat,
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp854 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); in fetchInputData() local
857 supportsSeamlessFormatChange(newFormat); in fetchInputData()
868 rememberCodecSpecificData(newFormat); in fetchInputData()
873 rememberCodecSpecificData(newFormat); in fetchInputData()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...