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

  /system/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy();
43 newFormat.setTarget(newTarget);
44 Frame result = newFrame(newFormat);
  /frameworks/media/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);
  /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);
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]

Completed in 297 milliseconds