Home
last modified time | relevance | path

Searched refs:writeBinaryPPM (Results 1 – 3 of 3) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.h102 …static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numCh…
DImageUtils.cpp311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int n… in writeBinaryPPM() function in ImageUtils
/development/perftests/panorama/
Dbenchmark.cpp124 ImageUtils::writeBinaryPPM(imageRGB, filename, mosaicWidth, in main()