OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newFormat
(Results
1 - 10
of
10
) 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
);
/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
);
/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/icu4c/i18n/
msgfmt.cpp
645
Format*
newFormat
= NULL;
647
newFormat
= newFormats[formatNumber]->clone();
648
if (
newFormat
== NULL) {
652
setCustomArgStartFormat(partIndex,
newFormat
, status);
665
MessageFormat::adoptFormat(int32_t n, Format *
newFormat
) {
666
LocalPointer<Format> p(
newFormat
);
721
MessageFormat::setFormat(int32_t n, const Format&
newFormat
) {
728
Format* new_format =
newFormat
.clone();
765
const Format&
newFormat
,
778
if (&
newFormat
== NULL)
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java
322
MediaFormat
newFormat
= encoder.getOutputFormat();
323
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
524
MediaFormat
newFormat
= encoder.getOutputFormat();
525
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
566
MediaFormat
newFormat
= decoder.getOutputFormat();
567
if (VERBOSE) Log.d(TAG, "decoder output format changed: " +
newFormat
);
711
MediaFormat
newFormat
= decoder.getOutputFormat();
712
if (VERBOSE) Log.d(TAG, "decoder output format changed: " +
newFormat
);
[
all
...]
EncodeDecodeTest.java
540
MediaFormat
newFormat
= encoder.getOutputFormat();
541
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
[
all
...]
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 487 milliseconds