Home | History | Annotate | Download | only in yuv420sp2rgb

Lines Matching refs:INFO

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