Searched refs:flush_frame (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_separatefields.c | 105 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() function 141 ret = flush_frame(outlink, pts, &out_pts); in activate()
|
D | af_aresample.c | 234 static int flush_frame(AVFilterLink *outlink, int final, AVFrame **outsamplesref_ret) in flush_frame() function 275 if (flush_frame(outlink, 0, &outsamplesref) >= 0) { in request_frame() 288 if ((ret = flush_frame(outlink, 1, &outsamplesref)) < 0) in request_frame()
|
D | vf_dnn_processing.c | 315 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() function 400 ret = flush_frame(outlink, pts, &out_pts); in activate_async()
|