Searched refs:gray (Results 1 – 5 of 5) sorted by relevance
/development/tools/yuv420sp2rgb/ |
D | cmdline.c | 61 int *gray, in get_options() argument 70 ASSERT(gray); *gray = 0; in get_options() 132 case 'g': *gray = 1; break; in get_options()
|
D | yuv420sp2rgb.c | 55 int gray, in color_convert_common() argument 70 if (gray) { in color_convert_common() 195 int gray, in convert() argument 263 gray, rotate, in convert() 273 int height, width, gray, rotate; in main() local 282 &gray, in main() 317 INFO("gray only: %d\n", gray); in main() 333 height, width, gray, in main()
|
D | cmdline.h | 10 int *gray,
|
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/ |
D | BasicActivity.java | 40 setBackgroundColor(R.color.gray); in onCreate()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 119 ImageType gray = NULL; in rgb2gray() local 149 ImageType gray = out; in rgb2gray() local
|