Searched refs:outFileName (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c108 char outFileName[256] = ""; local
152 strcpy(outFileName, argv[i]+2);
278 if (outFileName[0] == 0)
279 sprintf(outFileName, "out_w%dh%d.yuv",
344 WriteOutput(outFileName, tmpImage, picSize);
348 WriteOutput(outFileName, imageData, picSize);
403 WriteOutput(outFileName, tmpImage, picSize);
407 WriteOutput(outFileName, imageData, picSize);
421 DEBUG(("Output file: %s\n", outFileName));
H A DTestBenchMultipleInstance.c51 char outFileName[256]; member in struct:__anon805
73 char outFileName[256] = "out.yuv"; local
113 strcpy(outFileName, argv[i]+2);
172 if (strcmp(outFileName, "none") != 0)
177 sprintf(decoder[i]->outFileName, "%s%i", outFileName, i);
178 decoder[i]->foutput = fopen(decoder[i]->outFileName, "wb");
/frameworks/base/media/java/android/media/videoeditor/
H A DOverlayFrame.java428 String outFileName = ((OverlayFrame)overlay).getFilename();
433 if (outFileName != null) {
434 new File(outFileName).delete();
437 final FileOutputStream fl = new FileOutputStream(outFileName);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c266 char *outFileName = NULL; local
345 outFileName = argv[arg];
357 r = encode(mode, allow_dtx, frameType, inFileName, outFileName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorExportTest.java153 public void onProgress(VideoEditor ve, String outFileName,
278 public void onProgress(VideoEditor ve, String outFileName,
341 public void onProgress(VideoEditor ve, String outFileName,
399 public void onProgress(VideoEditor ve, String outFileName,
512 public void onProgress(VideoEditor ve, String outFileName,
546 public void onProgress(VideoEditor ve, String outFileName,
600 public void onProgress(VideoEditor ve, String outFileName,
673 public void onProgress(VideoEditor ve, String outFileName,
714 public void onProgress(VideoEditor ve, String outFileName,
750 public void onProgress(VideoEditor ve, String outFileName,
[all...]
H A DVideoEditorPreviewTest.java712 String outFileName,int progress) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java581 InstallParams(String outFileName, int rawResId) { argument
582 this.pkg = getParsedPackage(outFileName, rawResId);
693 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) { argument
696 File outFile = new File(filesDir, outFileName);
746 private InstallParams installFromRawResource(String outFileName, int rawResId, int flags, argument
748 InstallParams ip = new InstallParams(outFileName, rawResId);
1696 private void moveFromRawResource(String outFileName, int rawResId, int installFlags, argument
2861 String outFileName = "install.apk";
2865 File outFile = new File(filesDir, outFileName);
2870 installFromRawResource(outFileName, rawResI
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java941 public void onProgress(VideoEditor ve, String outFileName,
953 public void onProgress(VideoEditor ve, String outFileName,
965 public void onProgress(VideoEditor ve, String outFileName,
977 public void onProgress(VideoEditor ve, String outFileName,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DVideoEditorPerformance.java518 String outFileName, int progress) {

Completed in 95 milliseconds