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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoWriter.cpp169 const char *output_filename = pOutput.getName().c_str(); local
173 output_filename, pOutput.getErrorMessage().c_str());
185 output_filename, pOutput.getErrorMessage().c_str());
193 output_filename, pOutput.getErrorMessage().c_str());
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp253 string output_filename(output_path);
254 output_filename += OS_PATH_SEPARATOR_STR;
255 output_filename += filename;
257 FILE *pfout = fopen(output_filename.c_str(), "w");
260 output_filename.c_str());
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param) argument
78 *output_filename = *argv;

Completed in 56 milliseconds