Searched refs:newFormat (Results 1 - 4 of 4) 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.java195 protected void reset(FrameFormat newFormat) { argument
196 mFormat = newFormat.mutableCopy();
H A DGLFrame.java324 protected void reset(FrameFormat newFormat) { argument
328 super.reset(newFormat);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c312 M4OSA_Char *newFormat; local
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);

Completed in 97 milliseconds