Home
last modified time | relevance | path

Searched refs:streq (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffdither.c44 #define streq(a,b) (strcmp(a,b) == 0) macro
179 if (streq(opt, "none")) in processCompressOptions()
181 else if (streq(opt, "packbits")) in processCompressOptions()
186 } else if (streq(opt, "g4")) in processCompressOptions()
225 if (streq(optarg, "lsb2msb")) in main()
227 else if (streq(optarg, "msb2lsb")) in main()
A Drgb2ycbcr.c44 #define streq(a,b) (strcmp(a,b) == 0) macro
83 if (streq(optarg, "none")) in main()
85 else if (streq(optarg, "packbits")) in main()
87 else if (streq(optarg, "lzw")) in main()
89 else if (streq(optarg, "jpeg")) in main()
91 else if (streq(optarg, "zip")) in main()
A Dtiff2rgba.c44 #define streq(a,b) (strcmp(a,b) == 0) macro
80 if (streq(optarg, "none")) in main()
82 else if (streq(optarg, "packbits")) in main()
84 else if (streq(optarg, "lzw")) in main()
86 else if (streq(optarg, "jpeg")) in main()
88 else if (streq(optarg, "zip")) in main()
A Dppm2tiff.c56 #define streq(a,b) (strcmp(a,b) == 0) macro
316 if (streq(opt, "none")) in processCompressOptions()
318 else if (streq(opt, "packbits")) in processCompressOptions()
338 } else if (streq(opt, "g4")) { in processCompressOptions()
A Dthumbnail.c48 #define streq(a,b) (strcmp(a,b) == 0) macro
90 case 'c': contrast = streq(optarg, "exp50") ? EXP50 : in main()
91 streq(optarg, "exp60") ? EXP60 : in main()
92 streq(optarg, "exp70") ? EXP70 : in main()
93 streq(optarg, "exp80") ? EXP80 : in main()
94 streq(optarg, "exp90") ? EXP90 : in main()
95 streq(optarg, "exp") ? EXP : in main()
96 streq(optarg, "linear")? LINEAR : in main()
A Dpal2rgb.c44 #define streq(a,b) (strcmp(a,b) == 0) macro
100 if (streq(optarg, "separate")) in main()
102 else if (streq(optarg, "contig")) in main()
235 if (streq(opt, "none")) in processCompressOptions()
237 else if (streq(opt, "packbits")) in processCompressOptions()
A Dtiff2bw.c44 #define streq(a,b) (strcmp((a),(b)) == 0) macro
306 if (streq(opt, "none")) in processCompressOptions()
308 else if (streq(opt, "packbits")) in processCompressOptions()
A Dtiffcp.c63 #define streq(a,b) (strcmp(a,b) == 0) macro
212 if (streq(optarg, "lsb2msb")) in main()
214 else if (streq(optarg, "msb2lsb")) in main()
230 if (streq(optarg, "separate")) in main()
232 else if (streq(optarg, "contig")) in main()
359 if (streq(opt, "none")) { in processCompressOptions()
361 } else if (streq(opt, "packbits")) { in processCompressOptions()
381 } else if (streq(opt, "g4")) { in processCompressOptions()
A Dtiffinfo.c97 if (streq(optarg, "lsb2msb")) in main()
99 else if (streq(optarg, "msb2lsb")) in main()
A Dtiffmedian.c61 #define streq(a,b) (strcmp(a,b) == 0) macro
301 if (streq(opt, "none")) in processCompressOptions()
303 else if (streq(opt, "packbits")) in processCompressOptions()
A Dtiffcrop.c153 #ifndef streq
1431 else if (streq(opt, "packbits")) in processCompressOptions()
1458 else if (streq(opt, "g4")) in processCompressOptions()
1667 else if (streq(optarg, "msb2lsb")) in process_command_opts()
1684 if (streq(optarg, "separate")) in process_command_opts()
1686 else if (streq(optarg, "contig")) in process_command_opts()
1920 if (streq(opt_ptr, "odd")) in process_command_opts()
1938 if (streq(opt_ptr, "last")) in process_command_opts()
2045 if (streq(optarg, "in")) in process_command_opts()
2050 else if (streq(optarg, "cm")) in process_command_opts()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dmkg3states.c48 #define streq(a,b) (strcmp(a,b) == 0) macro
A Dtiffiop.h74 #define streq(a,b) (strcmp(a,b) == 0) macro
A Dtif_dirinfo.c539 && streq(tif->tif_foundfield->field_name, field_name) in _TIFFFindFieldByName()

Completed in 34 milliseconds