Searched refs:show_help_children (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 203 void show_help_children(const AVClass *class, int flags) in show_help_children() function 213 show_help_children(child, flags); in show_help_children() 1477 show_help_children(c->priv_class, in print_codec() 1867 show_help_children(fmt->priv_class, AV_OPT_FLAG_DECODING_PARAM); in show_help_demuxer() 1885 show_help_children(proto_class, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM); in show_help_protocol() 1918 show_help_children(fmt->priv_class, AV_OPT_FLAG_ENCODING_PARAM); in show_help_muxer() 1966 show_help_children(f->priv_class, AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM | in show_help_filter() 1993 show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM); in show_help_bsf()
|
D | cmdutils.h | 249 void show_help_children(const AVClass *class, int flags);
|
D | ffmpeg_opt.c | 3287 show_help_children(avcodec_get_class(), flags); in show_help_default() 3288 show_help_children(avformat_get_class(), flags); in show_help_default() 3290 show_help_children(sws_get_class(), flags); in show_help_default() 3293 show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM); in show_help_default() 3295 …show_help_children(avfilter_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OP… in show_help_default() 3296 …show_help_children(av_bsf_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_… in show_help_default()
|
D | ffplay.c | 3654 show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default() 3655 show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default() 3657 show_help_children(sws_get_class(), AV_OPT_FLAG_ENCODING_PARAM); in show_help_default() 3659 show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM); in show_help_default()
|
D | ffprobe.c | 3391 show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default() 3392 show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM); in show_help_default()
|