Searched refs:child_class_next (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | log.h | 125 const struct AVClass* (*child_class_next)(const struct AVClass *prev); member
|
D | opt.c | 1724 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/ |
D | framesync.h | 322 .child_class_next = name##_child_class_next, \
|
D | vf_spp.c | 50 static const AVClass *child_class_next(const AVClass *prev) in child_class_next() function 89 .child_class_next = child_class_next,
|
D | vf_scale.c | 896 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,
|
D | af_resample.c | 334 .child_class_next = resample_child_class_next,
|
D | af_aresample.c | 330 .child_class_next = resample_child_class_next,
|
D | avfilter.c | 644 .child_class_next = filter_child_class_next,
|
/third_party/ffmpeg/libavformat/ |
D | options.c | 162 .child_class_next = format_child_class_next,
|
D | avio.c | 71 .child_class_next = ff_urlcontext_child_class_next,
|
D | aviobuf.c | 80 .child_class_next = ff_avio_child_class_next,
|
/third_party/ffmpeg/libavcodec/ |
D | options.c | 100 .child_class_next = codec_child_class_next,
|
D | bsf.c | 84 .child_class_next = ff_bsf_child_class_next,
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 142 Deprecate av_opt_child_class_next() and AVClass.child_class_next().
|