Home
last modified time | relevance | path

Searched refs:show_help_children (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/fftools/
Dopt_common.c376 show_help_children(c->priv_class, in print_codec()
445 show_help_children(fmt->priv_class, AV_OPT_FLAG_DECODING_PARAM); in show_help_demuxer()
463 show_help_children(proto_class, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM); in show_help_protocol()
496 show_help_children(fmt->priv_class, AV_OPT_FLAG_ENCODING_PARAM); in show_help_muxer()
544 show_help_children(f->priv_class, AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | in show_help_filter()
571 show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM); in show_help_bsf()
Dcmdutils.h185 void show_help_children(const AVClass *class, int flags);
Dcmdutils.c163 void show_help_children(const AVClass *class, int flags) in show_help_children() function
173 show_help_children(child, flags); in show_help_children()
Dffmpeg_opt.c3492 show_help_children(avcodec_get_class(), flags); in show_help_default()
3493 show_help_children(avformat_get_class(), flags); in show_help_default()
3495 show_help_children(sws_get_class(), flags); in show_help_default()
3498 show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM); in show_help_default()
3500show_help_children(avfilter_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OP… in show_help_default()
3501show_help_children(av_bsf_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_… in show_help_default()
Dffplay.c3629 show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default()
3630 show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default()
3632 show_help_children(sws_get_class(), AV_OPT_FLAG_ENCODING_PARAM); in show_help_default()
3634 show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM); in show_help_default()
Dffprobe.c3750 show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default()
3751 show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default()