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 | 1713 if (c->child_next) in av_opt_child_next() 1714 return c->child_next(obj, prev); in av_opt_child_next()
|
/third_party/ffmpeg/libavfilter/ |
D | framesync.h | 321 .child_next = name##_child_next, \
|
D | vf_spp.c | 52 static void *child_next(void *obj, void *prev) in child_next() function 78 .child_next = child_next,
|
D | af_aresample.c | 321 .child_next = resample_child_next,
|
D | af_resample.c | 325 .child_next = resample_child_next,
|
D | avfilter.c | 627 .child_next = filter_child_next,
|
/third_party/ffmpeg/libavformat/ |
D | options.c | 96 .child_next = format_child_next,
|
D | avio.c | 69 .child_next = urlcontext_child_next,
|
D | aviobuf.c | 69 .child_next = ff_avio_child_next,
|
/third_party/ffmpeg/libavcodec/ |
D | options.c | 86 .child_next = codec_child_next,
|
D | bsf.c | 81 .child_next = bsf_child_next,
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 514 .child_next = writer_child_next,
|