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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.h88 #define OPT_BOOL 0x0002 macro
H A Dffmpeg.c3773 { "y", OPT_BOOL, {(void*)&file_overwrite}, "overwrite output files" },
3784 { "benchmark", OPT_BOOL | OPT_EXPERT, {(void*)&do_benchmark},
3786 { "dump", OPT_BOOL | OPT_EXPERT, {(void*)&do_pkt_dump},
3788 { "hex", OPT_BOOL | OPT_EXPERT, {(void*)&do_hex_dump},
3790 { "re", OPT_BOOL | OPT_EXPERT, {(void*)&rate_emu}, "read input at native frame rate", "" },
3791 { "loop_input", OPT_BOOL | OPT_EXPERT, {(void*)&loop_input}, "loop (current only works with images)" },
3800 { "copyts", OPT_BOOL | OPT_EXPERT, {(void*)&copy_ts}, "copy timestamps" },
3801 { "shortest", OPT_BOOL | OPT_EXPERT, {(void*)&opt_shortest}, "finish encoding within shortest input" }, //
3804 { "xerror", OPT_BOOL, {(void*)&exit_on_error}, "exit on error", "error" },
3805 { "copyinkf", OPT_BOOL | OPT_EXPER
[all...]
H A Dffplay.c2489 { "fs", OPT_BOOL, {(void*)&is_full_screen}, "force full screen" },
2490 { "an", OPT_BOOL, {(void*)&audio_disable}, "disable audio" },
2491 { "vn", OPT_BOOL, {(void*)&video_disable}, "disable video" },
2496 { "bytes", OPT_BOOL, {(void*)&seek_by_bytes}, "seek by bytes" },
2497 { "nodisp", OPT_BOOL, {(void*)&display_disable}, "disable graphical display" },
2500 { "stats", OPT_BOOL | OPT_EXPERT, {(void*)&show_status}, "show status", "" },
2504 { "fast", OPT_BOOL | OPT_EXPERT, {(void*)&fast}, "non spec compliant optimizations", "" },
2505 { "genpts", OPT_BOOL | OPT_EXPERT, {(void*)&genpts}, "generate pts", "" },
2506 { "drp", OPT_BOOL |OPT_EXPERT, {(void*)&decoder_reorder_pts}, "let decoder reorder pts", ""},
H A Dcmdutils.c152 } else if (po->flags & OPT_BOOL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_sock.c84 enum SOCK_OPT_TYPES {OPT_BOOL,OPT_INT,OPT_ON}; enumerator in enum:SOCK_OPT_TYPES
95 {"SO_KEEPALIVE", SOL_SOCKET, SO_KEEPALIVE, 0, OPT_BOOL},
96 {"SO_REUSEADDR", SOL_SOCKET, SO_REUSEADDR, 0, OPT_BOOL},
97 {"SO_BROADCAST", SOL_SOCKET, SO_BROADCAST, 0, OPT_BOOL},
99 {"TCP_NODELAY", IPPROTO_TCP, TCP_NODELAY, 0, OPT_BOOL},
108 {"SO_REUSEPORT", SOL_SOCKET, SO_REUSEPORT, 0, OPT_BOOL},
183 case OPT_BOOL:

Completed in 166 milliseconds