Searched refs:outFileName (Results 1 - 6 of 6) 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:__anon592
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/compile/slang/
H A Dslang_rs_reflect_utils.h116 bool startFile(const std::string &outPath, const std::string &outFileName,
H A Dslang_rs_reflect_utils.cpp341 const string &outFileName,
346 printf("Generating %s\n", outFileName.c_str());
358 std::string FilePath = JoinPath(outDirectory, outFileName);
363 fprintf(stderr, "Error: could not write file %s\n", outFileName.c_str());
340 startFile(const string &outDirectory, const string &outFileName, const string &sourceFileName, const string *optionalLicense, bool isJava, bool verbose) argument
/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/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java593 InstallParams(String outFileName, int rawResId) throws PackageParserException { argument
594 this.pkg = getParsedPackage(outFileName, rawResId);
705 private PackageParser.Package getParsedPackage(String outFileName, int rawResId) argument
709 File outFile = new File(filesDir, outFileName);
759 private InstallParams installFromRawResource(String outFileName, int rawResId, int flags, argument
761 InstallParams ip = new InstallParams(outFileName, rawResId);
1709 private void moveFromRawResource(String outFileName, int rawResId, int installFlags, argument
2874 String outFileName = "install.apk";
2878 File outFile = new File(filesDir, outFileName);
2883 installFromRawResource(outFileName, rawResI
[all...]

Completed in 2142 milliseconds