Searched refs:child_next (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | log.h | 113 void* (*child_next)(void *obj, void *prev); member
|
D | opt.c | 1715 if (c->child_next) in av_opt_child_next() 1716 return c->child_next(obj, prev); in av_opt_child_next()
|
/third_party/ffmpeg/libavfilter/ |
D | framesync.h | 324 .child_next = name##_child_next, \
|
D | vf_spp.c | 63 static void *child_next(void *obj, void *prev) in child_next() function 92 .child_next = child_next,
|
D | af_aresample.c | 333 .child_next = resample_child_next,
|
D | af_resample.c | 337 .child_next = resample_child_next,
|
D | avfilter.c | 642 .child_next = filter_child_next,
|
/third_party/ffmpeg/libavformat/ |
D | options.c | 160 .child_next = format_child_next,
|
D | avio.c | 69 .child_next = urlcontext_child_next,
|
D | aviobuf.c | 78 .child_next = ff_avio_child_next,
|
/third_party/ffmpeg/libavcodec/ |
D | options.c | 98 .child_next = codec_child_next,
|
D | bsf.c | 82 .child_next = bsf_child_next,
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 515 .child_next = writer_child_next,
|