Searched refs:output_filename (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 733 const std::string output_filename = BuildIntermediateFilename(path_data); in Compile() local 734 if (!CompileTable(&context, options, path_data, archive_writer.get(), output_filename)) { in Compile() 739 const std::string output_filename = BuildIntermediateFilename(path_data); in Compile() local 743 if (!CompileXml(&context, options, path_data, archive_writer.get(), output_filename)) { in Compile() 748 if (!CompilePng(&context, options, path_data, archive_writer.get(), output_filename)) { in Compile() 752 if (!CompileFile(&context, options, path_data, archive_writer.get(), output_filename)) { in Compile() 757 if (!CompileFile(&context, options, path_data, archive_writer.get(), output_filename)) { in Compile()
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACE… in parsecmdline() argument 78 *output_filename = *argv; in parsecmdline()
|