Searched refs:child_next (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_spp.c | 55 static void *child_next(void *obj, void *prev) in child_next() function 81 .child_next = child_next,
|
H A D | framesync.h | 305 .child_next = func_prefix##_child_next, \
|
H A D | af_aresample.c | 318 .child_next = resample_child_next,
|
H A D | af_resample.c | 337 .child_next = resample_child_next,
|
H A D | avfilter.c | 624 .child_next = filter_child_next,
|
/third_party/ffmpeg/libavutil/ |
H A D | log.h | 131 void* (*child_next)(void *obj, void *prev); member 142 * @note The difference between child_next and this is that child_next
|
H A D | opt.c | 1825 if (c->child_next) in av_opt_child_next() 1826 return c->child_next(obj, prev); in av_opt_child_next()
|
/third_party/ffmpeg/libavcodec/ |
H A D | options.c | 83 .child_next = codec_child_next,
|
H A D | bsf.c | 95 .child_next = bsf_child_next,
|
/third_party/ffmpeg/libavformat/ |
H A D | options.c | 130 .child_next = format_child_next,
|
H A D | avio.c | 69 .child_next = urlcontext_child_next,
|
H A D | aviobuf.c | 72 .child_next = ff_avio_child_next,
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 545 .child_next = writer_child_next,
|
Completed in 26 milliseconds