Searched refs:outputFilename (Results 1 - 8 of 8) sorted by relevance

/external/skia/tools/
H A DPictureRenderer.cpp307 // TODO(epoger): what about including the config type within outputFilename? That way,
309 SkString outputFilename; local
314 outputFilename.set(imageDigestPtr->getHashType());
315 outputFilename.append("_");
316 outputFilename.appendU64(imageDigestPtr->getHashValue());
318 outputFilename.set(escapedInputFilename);
320 outputFilename.append("-tile");
321 outputFilename.appendS32(*tileNumberPtr);
324 outputFilename.append(".png");
332 outputRelativePath.append(outputFilename);
[all...]
H A Drender_pictures_main.cpp356 SkString outputFilename(inputFilename);
357 sk_tools::replace_char(&outputFilename, '.', '_');
358 outputFilename.append(".png");
362 jsonSummaryPtr->add(inputFilename.c_str(), outputFilename.c_str(), imageDigest);
366 outputFilename);
371 success &= sk_tools::write_bitmap_to_disk(*bitmap, *writePath, NULL, outputFilename);
H A Dskdiff_image.cpp26 const SkString& outputFilename,
72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
21 create_diff_images(DiffMetricProc dmp, const int colorThreshold, const SkString& baseFile, const SkString& comparisonFile, const SkString& outputDir, const SkString& outputFilename, DiffRecord* drp) argument
H A Dfiltermain.cpp778 SkString inputFilename, outputFilename; local
/external/aac/libSYS/include/
H A Dwav_file.h199 * \param outputFilename File name of the file to be written to.
206 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
/external/aac/libSYS/src/
H A Dwav_file.cpp385 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample) argument
401 wav->fp = FDKfopen(outputFilename, "wb");
404 FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n", outputFilename);
428 FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n", outputFilename);
/external/doclava/src/com/google/doclava/
H A DClearPage.java133 File file = new File(outputFilename(filename));
216 public static String outputFilename(String htmlFile) { method in class:ClearPage
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 3967 milliseconds