Searched refs:outfile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c135 FILE *infile, *outfile; local
176 outfile = fopen(outfileName, "wb");
177 if (!outfile) {
249 fwrite(outData.Buffer, 1, outData.Length, outfile);
275 if (outfile)
277 fclose(outfile);
/frameworks/base/tools/localize/
H A Dlocalize.cpp504 do_pseudo(const string& infile, const string& outfile, bool expand) argument
515 err = write_to_file(outfile, xliff->ToString());
682 string outfile; local
690 outfile = argv[index];
697 return do_xlb_export(outfile, resFiles);
701 string outfile; local
721 outfile = argv[index];
725 outfile = argv[index+1];
732 return do_pseudo(infile, outfile, big);
H A Dxmb.cpp122 do_xlb_export(const string& outfile, const vector<string>& resFiles) argument
170 FILE* f = fopen(outfile.c_str(), "wb");
172 fprintf(stderr, "can't open outputfile: %s\n", outfile.c_str());

Completed in 339 milliseconds