Home
last modified time | relevance | path

Searched refs:child_next (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_spp.c55 static void *child_next(void *obj, void *prev) in child_next() function
81 .child_next = child_next,
H A Dframesync.h305 .child_next = func_prefix##_child_next, \
H A Daf_aresample.c318 .child_next = resample_child_next,
H A Daf_resample.c337 .child_next = resample_child_next,
H A Davfilter.c624 .child_next = filter_child_next,
/third_party/ffmpeg/libavutil/
H A Dlog.h131 void* (*child_next)(void *obj, void *prev); member
142 * @note The difference between child_next and this is that child_next
H A Dopt.c1825 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 Doptions.c83 .child_next = codec_child_next,
H A Dbsf.c95 .child_next = bsf_child_next,
/third_party/ffmpeg/libavformat/
H A Doptions.c130 .child_next = format_child_next,
H A Davio.c69 .child_next = urlcontext_child_next,
H A Daviobuf.c72 .child_next = ff_avio_child_next,
/third_party/ffmpeg/fftools/
H A Dffprobe.c545 .child_next = writer_child_next,

Completed in 26 milliseconds