Searched defs:rotate (Results 1 - 3 of 3) sorted by relevance

/development/tools/yuv420sp2rgb/
H A Dcmdline.c18 {"rotate", required_argument, 0, 'r'},
31 "rotate (90, -90, 180 degrees)",
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
63 int *rotate,
71 ASSERT(rotate); *rotate = 0;
130 SET_INT_OPTION(rotate);
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.c36 int rotate; member in struct:rgb_context
56 int rotate,
68 ctx.rotate = rotate;
140 switch(ctx->rotate) {
154 FAILIF(1, "Unexpected roation value %d!\n", ctx->rotate);
197 int rotate)
210 if (rotate & 1)
263 gray, rotate,
273 int height, width, gray, rotate; local
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
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h239 __u32 rotate; member in struct:fb_var_screeninfo

Completed in 3197 milliseconds