Lines Matching refs:INFO
229 INFO("Opening input file %s\n", infile); in convert()
234 INFO("Opening output file %s\n", outfile); in convert()
239 INFO("Memory-mapping input file %s\n", infile); in convert()
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize); in convert()
249 INFO("Memory mapping output file %s\n", outfile); in convert()
254 INFO("PPM header (%d) bytes:\n%s\n", header_size, header); in convert()
259 INFO("Converting %dx%d YUV 4:2:0 to RGB24...\n", width, height); in convert()
313 INFO("input file: [%s]\n", infile); in main()
314 INFO("output file: [%s]\n", outfile); in main()
315 INFO("height: %d\n", height); in main()
316 INFO("width: %d\n", width); in main()
317 INFO("gray only: %d\n", gray); in main()
318 INFO("encode as: %s\n", type); in main()
319 INFO("rotation: %d\n", rotate); in main()