HomeSort by relevance Sort by last modified time
    Searched refs:newFormat (Results 1 - 22 of 22) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy();
43 newFormat.setTarget(newTarget);
44 Frame result = newFrame(newFormat);
Frame.java 195 protected void reset(FrameFormat newFormat) {
196 mFormat = newFormat.mutableCopy();
GLFrame.java 324 protected void reset(FrameFormat newFormat) {
328 super.reset(newFormat);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 312 M4OSA_Char *newFormat;
405 newFormat =(M4OSA_Char*)M4OSA_32bitAlignedMalloc(newFormatLength,
406 M4OSA_CHARSTAR,(M4OSA_Char*)"M4OSA_chrPrintf: newFormat");
407 if(M4OSA_NULL == newFormat)
409 newFormat[newFormatLength-1] = '\0';
410 pTemp = newFormat;
412 /* copy format to newFormat, replacing %[flags][width][.precision]ll[conversion]
493 err = vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)newFormat, marker);
495 free(newFormat);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 162 MediaFormat newFormat = codec.getOutputFormat();
163 outputChannelCount = newFormat.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
164 Log.d(LOG_TAG, "output format changed to " + newFormat);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 208 // newFormat will be based on voice technology
209 String newFormat =
215 if (oldFormat.equals(newFormat)) {
216 if (isCdmaFormat(newFormat)) {
256 if (isCdmaFormat(newFormat)) {
270 if (isCdmaFormat(newFormat)) {
287 SMSDispatcher dispatcher = (isCdmaFormat(newFormat)) ?
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 448 InsnFormat newFormat = findFormatForInsn(insn, originalFormat);
450 if (originalFormat == newFormat) {
454 if (newFormat == null) {
465 formats[i] = newFormat;
682 InsnFormat newFormat = findFormatForInsn(insn, format);
683 if (newFormat == null) {
691 dop = Dops.getOrNull(dop.getFamily(), newFormat);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 430 MediaFormat newFormat = mEncoder.getOutputFormat();
432 Log.v(TAG, "encoder output format changed: " + newFormat);
434 mTrackIndex = mMuxer.addTrack(newFormat);
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 319 MediaFormat newFormat = encoder.getOutputFormat();
320 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
521 MediaFormat newFormat = encoder.getOutputFormat();
522 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
563 MediaFormat newFormat = decoder.getOutputFormat();
564 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
708 MediaFormat newFormat = decoder.getOutputFormat();
709 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + newFormat);
    [all...]
EncodeVirtualDisplayTest.java 338 MediaFormat newFormat = encoder.getOutputFormat();
339 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
EncodeDecodeTest.java 540 MediaFormat newFormat = encoder.getOutputFormat();
541 if (VERBOSE) Log.d(TAG, "encoder output format changed: " + newFormat);
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 644 Format* newFormat = NULL;
646 newFormat = newFormats[formatNumber]->clone();
647 if (newFormat == NULL) {
651 setCustomArgStartFormat(partIndex, newFormat, status);
664 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
665 LocalPointer<Format> p(newFormat);
720 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
727 Format* new_format = newFormat.clone();
764 const Format& newFormat,
777 if (&newFormat == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 919 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
921 delete newFormat;
924 subformats[n].format = newFormat;
962 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
965 if (&newFormat == NULL) {
969 subformats[n].format = newFormat.clone();
1010 const Format& newFormat,
1020 if (&newFormat == NULL) {
1024 subformats[i].format = newFormat.clone();
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 380 sp<AMessage> newFormat;
381 encoder->getOutputFormat(&newFormat);
382 trackIdx = muxer->addTrack(newFormat);
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 40 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 40 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1255 milliseconds