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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameManager.java42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy();
43 newFormat.setTarget(newTarget);
44 Frame result = newFrame(newFormat);
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/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java256 // newFormat will be based on voice technology
257 String newFormat =
263 if (oldFormat.equals(newFormat)) {
264 if (isCdmaFormat(newFormat)) {
298 if (isCdmaFormat(newFormat)) {
312 if (isCdmaFormat(newFormat)) {
329 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp442 sp<AMessage> newFormat; local
443 encoder->getOutputFormat(&newFormat);
445 trackIdx = muxer->addTrack(newFormat);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp577 sp<AMessage> newFormat = mSource->getFormat(mIsAudio); local
580 supportsSeamlessFormatChange(newFormat);
603 rememberCodecSpecificData(newFormat);
608 rememberCodecSpecificData(newFormat);

Completed in 123 milliseconds