Lines Matching defs:optctx

241 static int show_hwaccels(void *optctx, const char *opt, const char *arg)
343 static int opt_filter_threads(void *optctx, const char *opt, const char *arg)
350 static int opt_abort_on(void *optctx, const char *opt, const char *arg)
369 static int opt_stats_period(void *optctx, const char *opt, const char *arg)
384 static int opt_audio_codec(void *optctx, const char *opt, const char *arg)
386 OptionsContext *o = optctx;
390 static int opt_video_codec(void *optctx, const char *opt, const char *arg)
392 OptionsContext *o = optctx;
396 static int opt_subtitle_codec(void *optctx, const char *opt, const char *arg)
398 OptionsContext *o = optctx;
402 static int opt_data_codec(void *optctx, const char *opt, const char *arg)
404 OptionsContext *o = optctx;
408 static int opt_map(void *optctx, const char *opt, const char *arg)
410 OptionsContext *o = optctx;
526 static int opt_attach(void *optctx, const char *opt, const char *arg)
528 OptionsContext *o = optctx;
534 static int opt_map_channel(void *optctx, const char *opt, const char *arg)
536 OptionsContext *o = optctx;
611 static int opt_sdp_file(void *optctx, const char *opt, const char *arg)
619 static int opt_vaapi_device(void *optctx, const char *opt, const char *arg)
634 static int opt_qsv_device(void *optctx, const char *opt, const char *arg)
650 static int opt_init_hw_device(void *optctx, const char *opt, const char *arg)
665 static int opt_filter_hw_device(void *optctx, const char *opt, const char *arg)
803 static int opt_recording_timestamp(void *optctx, const char *opt, const char *arg)
805 OptionsContext *o = optctx;
2197 static int opt_streamid(void *optctx, const char *opt, const char *arg)
2199 OptionsContext *o = optctx;
3055 static int opt_target(void *optctx, const char *opt, const char *arg)
3057 OptionsContext *o = optctx;
3198 static int opt_vstats_file(void *optctx, const char *opt, const char *arg)
3205 static int opt_vstats(void *optctx, const char *opt, const char *arg)
3221 static int opt_video_frames(void *optctx, const char *opt, const char *arg)
3223 OptionsContext *o = optctx;
3227 static int opt_audio_frames(void *optctx, const char *opt, const char *arg)
3229 OptionsContext *o = optctx;
3233 static int opt_data_frames(void *optctx, const char *opt, const char *arg)
3235 OptionsContext *o = optctx;
3259 static int opt_preset(void *optctx, const char *opt, const char *arg)
3261 OptionsContext *o = optctx;
3307 static int opt_old2new(void *optctx, const char *opt, const char *arg)
3309 OptionsContext *o = optctx;
3319 static int opt_bitrate(void *optctx, const char *opt, const char *arg)
3321 OptionsContext *o = optctx;
3335 static int opt_qscale(void *optctx, const char *opt, const char *arg)
3337 OptionsContext *o = optctx;
3352 static int opt_profile(void *optctx, const char *opt, const char *arg)
3354 OptionsContext *o = optctx;
3364 static int opt_video_filters(void *optctx, const char *opt, const char *arg)
3366 OptionsContext *o = optctx;
3370 static int opt_audio_filters(void *optctx, const char *opt, const char *arg)
3372 OptionsContext *o = optctx;
3376 static int opt_vsync(void *optctx, const char *opt, const char *arg)
3383 static int opt_timecode(void *optctx, const char *opt, const char *arg)
3385 OptionsContext *o = optctx;
3397 static int opt_audio_qscale(void *optctx, const char *opt, const char *arg)
3399 OptionsContext *o = optctx;
3403 static int opt_filter_complex(void *optctx, const char *opt, const char *arg)
3417 static int opt_filter_complex_script(void *optctx, const char *opt, const char *arg)
3616 static int opt_progress(void *optctx, const char *opt, const char *arg)
3633 int opt_timelimit(void *optctx, const char *opt, const char *arg)