HomeSort by relevance Sort by last modified time
    Searched refs:imgout (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 313 FILE *imgout = fopen(filename, "w"); local
315 if (imgout == NULL) {
321 fprintf(imgout, "P6\n%d %d\n255\n", width, height);
323 fprintf(imgout, "P5\n%d %d\n255\n", width, height);
327 fwrite(image, sizeof(ImageTypeBase), numChannels*width*height, imgout);
329 fclose(imgout);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 313 FILE *imgout = fopen(filename, "w"); local
315 if (imgout == NULL) {
321 fprintf(imgout, "P6\n%d %d\n255\n", width, height);
323 fprintf(imgout, "P5\n%d %d\n255\n", width, height);
327 fwrite(image, sizeof(ImageTypeBase), numChannels*width*height, imgout);
329 fclose(imgout);

Completed in 68 milliseconds