Home
last modified time | relevance | path

Searched refs:child_class_next (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavutil/
Dlog.h125 const struct AVClass* (*child_class_next)(const struct AVClass *prev); member
Dopt.c1724 if (parent->child_class_next) in av_opt_child_class_next()
1725 return parent->child_class_next(prev); in av_opt_child_class_next()
1737 if (parent->child_class_next) { in av_opt_child_class_iterate()
1738 *iter = parent->child_class_next(*iter); in av_opt_child_class_iterate()
/third_party/ffmpeg/libavfilter/
Dframesync.h322 .child_class_next = name##_child_class_next, \
Dvf_spp.c50 static const AVClass *child_class_next(const AVClass *prev) in child_class_next() function
89 .child_class_next = child_class_next,
Dvf_scale.c896 static const AVClass *child_class_next(const AVClass *prev) in child_class_next() function
967 .child_class_next = child_class_next,
1010 .child_class_next = child_class_next,
Daf_resample.c334 .child_class_next = resample_child_class_next,
Daf_aresample.c330 .child_class_next = resample_child_class_next,
Davfilter.c644 .child_class_next = filter_child_class_next,
/third_party/ffmpeg/libavformat/
Doptions.c162 .child_class_next = format_child_class_next,
Davio.c71 .child_class_next = ff_urlcontext_child_class_next,
Daviobuf.c80 .child_class_next = ff_avio_child_class_next,
/third_party/ffmpeg/libavcodec/
Doptions.c100 .child_class_next = codec_child_class_next,
Dbsf.c84 .child_class_next = ff_bsf_child_class_next,
/third_party/ffmpeg/doc/
DAPIchanges142 Deprecate av_opt_child_class_next() and AVClass.child_class_next().