Searched defs:gray (Results 1 - 2 of 2) sorted by relevance

/development/tools/yuv420sp2rgb/
H A Dcmdline.c16 {"gray", no_argument, 0, 'g'},
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
61 int *gray,
70 ASSERT(gray); *gray = 0;
132 case 'g': *gray = 1; break;
57 get_options(int argc, char **argv, char **outfile, int *height, int *width, int *gray, char **type, int *rotate, int *verbose) argument
H A Dyuv420sp2rgb.c55 int gray,
70 if (gray) {
195 int gray,
263 gray, rotate,
273 int height, width, gray, rotate; local
282 &gray,
317 INFO("gray only: %d\n", gray);
333 height, width, gray,
50 color_convert_common( unsigned char *pY, unsigned char *pUV, int width, int height, unsigned char *buffer, int size, int gray, int rotate, rgb_cb cb) argument
191 convert(const char *infile, const char *outfile, int height, int width, int gray, int type, int rotate) argument

Completed in 27 milliseconds