Home
last modified time | relevance | path

Searched defs:arg (Results 1701 - 1725 of 2340) sorted by relevance

1...<<61626364656667686970>>...94

/third_party/curl/tests/server/
H A Dsockfilt.c1360 int arg = 1; in main() local
[all...]
H A Drtspd.c1068 int arg = 1; in main() local
[all...]
H A Dsocksd.c967 int arg = 1; in main() local
[all...]
H A Dmqttd.c935 int arg = 1; in main() local
[all...]
H A Dtftpd.c555 int arg = 1; in main() local
[all...]
/third_party/elfutils/src/
H A Delfcmp.c684 parse_opt (int key, char *arg, in parse_opt() argument
/third_party/elfutils/tests/
H A Dvarlocs.c923 handle_attr (Dwarf_Attribute *attr, void *arg) in handle_attr() argument
995 struct attr_arg arg; in handle_die() local
/third_party/eudev/src/cdrom_id/
H A Dcdrom_id.c159 static void scsi_cmd_set(struct udev *udev, struct scsi_cmd *cmd, size_t i, unsigned char arg) in scsi_cmd_set() argument
/third_party/ffmpeg/fftools/
H A Dopt_common.c75 int show_license(void *optctx, const char *opt, const char *arg) in show_license() argument
248 int show_version(void *optctx, const char *opt, const char *arg) in show_version() argument
257 int show_buildconf(void *optctx, const char *opt, const char *arg) in show_buildconf() argument
574 int show_help(void *optctx, const char *opt, const char *arg) in show_help() argument
667 int show_codecs(void *optctx, const char *opt, const char *arg) in show_codecs() argument
764 int show_decoders(void *optctx, const char *opt, const char *arg) in show_decoders() argument
770 int show_encoders(void *optctx, const char *opt, const char *arg) in show_encoders() argument
776 int show_bsfs(void *optctx, const char *opt, const char *arg) in show_bsfs() argument
788 show_filters(void *optctx, const char *opt, const char *arg) show_filters() argument
844 show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, int muxdemuxers) show_formats_devices() argument
907 show_formats(void *optctx, const char *opt, const char *arg) show_formats() argument
912 show_muxers(void *optctx, const char *opt, const char *arg) show_muxers() argument
917 show_demuxers(void *optctx, const char *opt, const char *arg) show_demuxers() argument
922 show_devices(void *optctx, const char *opt, const char *arg) show_devices() argument
927 show_protocols(void *optctx, const char *opt, const char *arg) show_protocols() argument
942 show_colors(void *optctx, const char *opt, const char *arg) show_colors() argument
956 show_pix_fmts(void *optctx, const char *opt, const char *arg) show_pix_fmts() argument
994 show_layouts(void *optctx, const char *opt, const char *arg) show_layouts() argument
1027 show_sample_fmts(void *optctx, const char *opt, const char *arg) show_sample_fmts() argument
1036 show_dispositions(void *optctx, const char *opt, const char *arg) show_dispositions() argument
1046 opt_cpuflags(void *optctx, const char *opt, const char *arg) opt_cpuflags() argument
1058 opt_cpucount(void *optctx, const char *opt, const char *arg) opt_cpucount() argument
1210 opt_report(void *optctx, const char *opt, const char *arg) opt_report() argument
1215 opt_max_alloc(void *optctx, const char *opt, const char *arg) opt_max_alloc() argument
1229 opt_loglevel(void *optctx, const char *opt, const char *arg) opt_loglevel() argument
1370 show_sinks_sources_parse_arg(const char *arg, char **dev, AVDictionary **opts) show_sinks_sources_parse_arg() argument
1392 show_sources(void *optctx, const char *opt, const char *arg) show_sources() argument
1430 show_sinks(void *optctx, const char *opt, const char *arg) show_sinks() argument
[all...]
H A Dcmdutils.c306 int parse_option(void *optctx, const char *opt, const char *arg, in parse_option() argument
251 write_option(void *optctx, const OptionDef *po, const char *opt, const char *arg) write_option() argument
510 opt_default(void *optctx, const char *opt, const char *arg) opt_default() argument
602 finish_group(OptionParseContext *octx, int group_idx, const char *arg) finish_group() argument
701 const char *opt = argv[optindex++], *arg; split_commandline() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Davfilter.c532 int avfilter_process_command(AVFilterContext *filter, const char *cmd, const char *arg, char *res, int res_len, int flags) in avfilter_process_command() argument
629 static int default_execute(AVFilterContext *ctx, avfilter_action_func *func, void *arg, in default_execute() argument
863 ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags) ff_filter_process_command() argument
[all...]
H A Davfiltergraph.c1184 int avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) in avfilter_graph_send_command() argument
1214 int avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) in avfilter_graph_queue_command() argument
H A Dvf_bm3d.c691 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
H A Daf_sofalizer.c188 static int parse_channel_name(AVFilterContext *ctx, char **arg, int *rchannel) in parse_channel_name() argument
220 char *arg, *tokenizer, *p, *args = av_strdup(s->speakers_pos); in parse_speaker_pos() local
332 sofalizer_convolute(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) sofalizer_convolute() argument
432 sofalizer_fast_convolute(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) sofalizer_fast_convolute() argument
[all...]
H A Daf_anequalizer.c589 char *arg = av_strtok(s->nb_filters == 0 ? args : NULL, "|", &saveptr); in config_input() local
696 static int filter_channels(AVFilterContext *ctx, void *arg, in filter_channels() argument
H A Daf_headphone.c90 static int parse_channel_name(const char *arg, enum AVChannel *rchannel) in parse_channel_name() argument
103 char *arg, *tokenizer, *p; in parse_map() local
143 static int headphone_convolute(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in headphone_convolute() argument
214 static int headphone_fast_convolute(AVFilterContext *ctx, void *arg, in argument
[all...]
H A Dvf_datascope.c176 static int filter_color2(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_color2() argument
223 static int filter_color(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_color() argument
266 static int filter_mono(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_mono() argument
H A Dvf_curves.c516 static int filter_slice_packed(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice_packed() argument
564 static int filter_slice_planar(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice_planar() argument
H A Daf_atempo.c1144 process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags) process_command() argument
H A Daf_astats.c579 static int filter_channel(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_channel() argument
H A Dvf_fftdnoiz.c534 static int denoise(AVFilterContext *ctx, void *arg, in denoise() argument
H A Dvf_stereo3d.c606 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
H A Dvf_removegrain.c516 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
H A Dvf_rotate.c412 static int filter_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in filter_slice() argument
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c192 static inline void destroy_request_item(TFRequestItem **arg) { in destroy_request_item() argument

Completed in 37 milliseconds

1...<<61626364656667686970>>...94