HomeSort by relevance Sort by last modified time
    Searched full:writebinaryppm (Results 1 - 7 of 7) sorted by null

  /development/perftests/panorama/
benchmark.cpp 124 ImageUtils::writeBinaryPPM(imageRGB, filename, mosaicWidth,
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
ImageUtils.cpp 311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels)
325 fprintf(stderr, "Error: writeBinaryPPM: Unsupported number of channels\n");
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
ImageUtils.cpp 311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels)
325 fprintf(stderr, "Error: writeBinaryPPM: Unsupported number of channels\n");
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 102 static void writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NUM_CHANNELS);
ImageUtils.cpp 311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels)
325 fprintf(stderr, "Error: writeBinaryPPM: Unsupported number of channels\n");

Completed in 296 milliseconds