Lines Matching full:stderr
304 fprintf(stderr, "Usage: %s [arg] [arg] [arg] ...\n", argv0);
305 fprintf(stderr, "Where 'arg' is one of:\n");
306 fprintf(stderr, " -delay <seconds>\n");
307 fprintf(stderr, " -width <pixels>\n");
308 fprintf(stderr, " -height <pixels>\n");
309 fprintf(stderr, " -bpp <bits>\n");
310 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n");
311 fprintf(stderr, " -hw\n");
312 fprintf(stderr, " -flip\n");
313 fprintf(stderr, " -scale (test scaling features, from 50%% upto window size)\n");
314 fprintf(stderr, " -mono (use monochromatic RGB2YUV conversion)\n");
315 fprintf(stderr, " -lum <perc> (use luminance correction during RGB2YUV conversion,\n");
316 fprintf(stderr, " from 0%% to unlimited, normal is 100%%)\n");
317 fprintf(stderr, " -help (shows this help)\n");
318 fprintf(stderr, " -fullscreen (test overlay in fullscreen mode)\n");
353 fprintf(stderr,
363 fprintf(stderr,
373 fprintf(stderr,
384 fprintf(stderr,
395 fprintf(stderr,
414 fprintf(stderr, "The -format option %s is not recognized\n",argv[2]);
420 fprintf(stderr,
457 fprintf(stderr,
465 fprintf(stderr, "Couldn't set %dx%dx%d video mode: %s\n",
486 fprintf(stderr, "Couldn't load %s: %s\n", bmpfile,
523 fprintf(stderr, "Couldn't convert picture to 32bits RGB: %s\n",
534 fprintf(stderr, "Couldn't create overlay: %s\n", SDL_GetError());