Searched defs:outFileName (Results 1 - 4 of 4) sorted by relevance

/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/av/media/libstagefright/codecs/on2/h264dec/source/
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");
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));
/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...]

Completed in 329 milliseconds