Searched refs:OPT_BOOL (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_common_opts.h25 { "hide_banner", OPT_BOOL | OPT_EXPERT, {&hide_banner}, "do not show program banner", "hide_banner" },
H A Dffmpeg_opt.c2732 { "y", OPT_BOOL, { &file_overwrite },
2734 { "n", OPT_BOOL, { &no_file_overwrite },
2769 { "accurate_seek", OPT_BOOL | OPT_OFFSET | OPT_EXPERT |
2785 { "benchmark", OPT_BOOL | OPT_EXPERT, { &do_benchmark },
2787 { "benchmark_all", OPT_BOOL | OPT_EXPERT, { &do_benchmark_all },
2791 { "stdin", OPT_BOOL | OPT_EXPERT, { &stdin_interaction },
2795 { "dump", OPT_BOOL | OPT_EXPERT, { &do_pkt_dump },
2797 { "hex", OPT_BOOL | OPT_EXPERT, { &do_hex_dump },
2799 { "re", OPT_BOOL | OPT_EXPERT | OPT_OFFSET |
2811 { "copyts", OPT_BOOL | OPT_EXPER
[all...]
H A Dcmdutils.h162 #define OPT_BOOL 0x0002 macro
H A Dffplay.c3555 { "fs", OPT_BOOL, { &is_full_screen }, "force full screen" },
3556 { "an", OPT_BOOL, { &audio_disable }, "disable audio" },
3557 { "vn", OPT_BOOL, { &video_disable }, "disable video" },
3558 { "sn", OPT_BOOL, { &subtitle_disable }, "disable subtitling" },
3565 { "nodisp", OPT_BOOL, { &display_disable }, "disable graphical display" },
3568 { "stats", OPT_BOOL | OPT_EXPERT, { &show_status }, "show status", "" },
3570 { "fast", OPT_BOOL | OPT_EXPERT, { &fast }, "non spec compliant optimizations", "" },
3571 { "genpts", OPT_BOOL | OPT_EXPERT, { &genpts }, "generate pts", "" },
3575 { "autoexit", OPT_BOOL | OPT_EXPERT, { &autoexit }, "exit at the end", "" },
3576 { "exitonkeydown", OPT_BOOL | OPT_EXPER
[all...]
H A Dffprobe.c2857 { "unit", OPT_BOOL, {&show_value_unit}, "show unit of the displayed values" },
2858 { "prefix", OPT_BOOL, {&use_value_prefix}, "use SI prefixes for the displayed values" },
2859 { "byte_binary_prefix", OPT_BOOL, {&use_byte_value_binary_prefix},
2861 { "sexagesimal", OPT_BOOL, {&use_value_sexagesimal_format},
2870 { "show_data", OPT_BOOL, {(void*)&do_show_data}, "show packets data" },
2882 { "count_frames", OPT_BOOL, {(void*)&do_count_frames}, "count the number of frames per stream" },
2883 { "count_packets", OPT_BOOL, {(void*)&do_count_packets}, "count the number of packets per stream" },
2887 { "show_private_data", OPT_BOOL, {(void*)&show_private_data}, "show private data" },
2888 { "private", OPT_BOOL, {(void*)&show_private_data}, "same as show_private_data" },
2889 { "bitexact", OPT_BOOL, {
[all...]
H A Dcmdutils.c305 } else if (po->flags & OPT_BOOL || po->flags & OPT_INT) {
340 if ((po->name && (po->flags & OPT_BOOL)))
342 } else if (po->flags & OPT_BOOL)
799 po->name && po->flags & OPT_BOOL) {
H A Dffserver.c4721 { "n", OPT_BOOL, {(void *)&no_launch }, "enable no-launch mode" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c408 { "unit", OPT_BOOL, {(void*)&show_value_unit},
410 { "prefix", OPT_BOOL, {(void*)&use_value_prefix},
412 { "byte_binary_prefix", OPT_BOOL, {(void*)&use_byte_value_binary_prefix},
414 { "sexagesimal", OPT_BOOL, {(void*)&use_value_sexagesimal_format},
418 { "show_format", OPT_BOOL, {(void*)&do_show_format} , "show format/container info" },
419 { "show_packets", OPT_BOOL, {(void*)&do_show_packets}, "show packets info" },
420 { "show_streams", OPT_BOOL, {(void*)&do_show_streams}, "show streams info" },
H A Dcmdutils.h128 #define OPT_BOOL 0x0002 macro
H A Dffmpeg.c4227 { "y", OPT_BOOL, {(void*)&file_overwrite}, "overwrite output files" },
4242 { "benchmark", OPT_BOOL | OPT_EXPERT, {(void*)&do_benchmark},
4245 { "dump", OPT_BOOL | OPT_EXPERT, {(void*)&do_pkt_dump},
4247 { "hex", OPT_BOOL | OPT_EXPERT, {(void*)&do_hex_dump},
4249 { "re", OPT_BOOL | OPT_EXPERT, {(void*)&rate_emu}, "read input at native frame rate", "" },
4250 { "loop_input", OPT_BOOL | OPT_EXPERT, {(void*)&loop_input}, "deprecated, use -loop" },
4258 { "copyts", OPT_BOOL | OPT_EXPERT, {(void*)&copy_ts}, "copy timestamps" },
4259 { "copytb", OPT_BOOL | OPT_EXPERT, {(void*)&copy_tb}, "copy input stream time base when stream copying" },
4260 { "shortest", OPT_BOOL | OPT_EXPERT, {(void*)&opt_shortest}, "finish encoding within shortest input" }, //
4263 { "xerror", OPT_BOOL, {(voi
[all...]
H A Davconv.c4402 { "y", OPT_BOOL, {(void*)&file_overwrite}, "overwrite output files" },
4417 { "benchmark", OPT_BOOL | OPT_EXPERT, {(void*)&do_benchmark},
4420 { "dump", OPT_BOOL | OPT_EXPERT, {(void*)&do_pkt_dump},
4422 { "hex", OPT_BOOL | OPT_EXPERT, {(void*)&do_hex_dump},
4424 { "re", OPT_BOOL | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(rate_emu)}, "read input at native frame rate", "" },
4429 { "copyts", OPT_BOOL | OPT_EXPERT, {(void*)&copy_ts}, "copy timestamps" },
4430 { "copytb", OPT_BOOL | OPT_EXPERT, {(void*)&copy_tb}, "copy input stream time base when stream copying" },
4431 { "shortest", OPT_BOOL | OPT_EXPERT, {(void*)&opt_shortest}, "finish encoding within shortest input" }, //
4433 { "xerror", OPT_BOOL, {(void*)&exit_on_error}, "exit on error", "error" },
4434 { "copyinkf", OPT_BOOL | OPT_EXPER
[all...]
H A Davplay.c2960 { "fs", OPT_BOOL, { (void*)&is_full_screen }, "force full screen" },
2961 { "an", OPT_BOOL, { (void*)&audio_disable }, "disable audio" },
2962 { "vn", OPT_BOOL, { (void*)&video_disable }, "disable video" },
2969 { "nodisp", OPT_BOOL, { (void*)&display_disable }, "disable graphical display" },
2972 { "stats", OPT_BOOL | OPT_EXPERT, { (void*)&show_status }, "show status", "" },
2976 { "fast", OPT_BOOL | OPT_EXPERT, { (void*)&fast }, "non spec compliant optimizations", "" },
2977 { "genpts", OPT_BOOL | OPT_EXPERT, { (void*)&genpts }, "generate pts", "" },
2987 { "autoexit", OPT_BOOL | OPT_EXPERT, { (void*)&autoexit }, "exit at the end", "" },
2988 { "exitonkeydown", OPT_BOOL | OPT_EXPERT, { (void*)&exit_on_keydown }, "exit on key down", "" },
2989 { "exitonmousedown", OPT_BOOL | OPT_EXPER
[all...]
H A Dcmdutils.c236 if (!(po->name && (po->flags & OPT_BOOL)))
271 } else if (po->flags & OPT_BOOL) {
H A Davserver.c4640 { "n", OPT_BOOL, {(void *)&no_launch }, "enable no-launch mode" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c131 enum SOCK_OPT_TYPES {OPT_BOOL,OPT_INT,OPT_ON}; enumerator in enum:SOCK_OPT_TYPES
142 {"SO_KEEPALIVE", SOL_SOCKET, SO_KEEPALIVE, 0, OPT_BOOL},
143 {"SO_REUSEADDR", SOL_SOCKET, SO_REUSEADDR, 0, OPT_BOOL},
144 {"SO_BROADCAST", SOL_SOCKET, SO_BROADCAST, 0, OPT_BOOL},
146 {"TCP_NODELAY", IPPROTO_TCP, TCP_NODELAY, 0, OPT_BOOL},
164 {"SO_REUSEPORT", SOL_SOCKET, SO_REUSEPORT, 0, OPT_BOOL},
242 case OPT_BOOL:

Completed in 233 milliseconds