Searched refs:frame_count_out (Results 1 – 25 of 35) sorted by relevance
12
/third_party/ffmpeg/libavfilter/ |
D | vf_freezeframes.c | 79 int drop = ctx->inputs[0]->frame_count_out >= s->first && in activate() 80 ctx->inputs[0]->frame_count_out <= s->last; in activate() 81 int replace = ctx->inputs[1]->frame_count_out == s->replace; in activate()
|
D | vf_fieldhint.c | 152 …RId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); in filter_frame() 159 …RId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); in filter_frame() 165 … av_log(ctx, AV_LOG_ERROR, "Missing entry for %"PRId64". input frame.\n", inlink->frame_count_out); in filter_frame()
|
D | vf_fade.c | 454 && inlink->frame_count_out >= s->start_frame) { in filter_frame() 465 s->start_frame = inlink->frame_count_out; in filter_frame() 472 s->factor = (inlink->frame_count_out - s->start_frame) * s->fade_per_frame; in filter_frame() 473 if (inlink->frame_count_out > s->start_frame + s->nb_frames) { in filter_frame()
|
D | vf_framestep.c | 66 if (!(inlink->frame_count_out % framestep->frame_step)) { in filter_frame()
|
D | f_metadata.c | 334 … inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame() 341 … inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
|
D | vf_bbox.c | 99 "n:%"PRId64" pts:%s pts_time:%s", inlink->frame_count_out, in filter_frame()
|
D | avfilter.h | 593 int64_t frame_count_in, frame_count_out; member
|
D | af_ashowinfo.c | 209 inlink->frame_count_out, in filter_frame()
|
D | vf_weave.c | 105 const int weave = (s->double_weave && !(inlink->frame_count_out & 1)); in weave_slice()
|
D | vf_blackdetect.c | 204 inlink->frame_count_out, picture_black_ratio, in filter_frame()
|
D | avfilter.c | 1086 link->frame_count_out++; in ff_filter_frame_framed() 1232 link->frame_count_out--; in ff_filter_frame_to_filter() 1489 link->frame_count_out++; in consume_update() 1609 dstctx->var_values[VAR_N] = link->frame_count_out; in ff_inlink_evaluate_timeline_at_frame()
|
D | vf_tinterlace.c | 399 …_UPPER_AND_LOWER, 1, tinterlace->mode == MODE_MERGEX2 ? (1 + inlink->frame_count_out) & 1 ? FIELD_… in filter_frame() 404 …_UPPER_AND_LOWER, 1, tinterlace->mode == MODE_MERGEX2 ? (1 + inlink->frame_count_out) & 1 ? FIELD_… in filter_frame()
|
D | vf_scale.c | 702 scale->var_values[VAR_S2R_MAIN_N] = link->frame_count_out; in scale_frame() 706 scale->var_values[VAR_N] = link->frame_count_out; in scale_frame() 862 scale->var_values[VAR_N] = link->frame_count_out; in filter_frame_ref()
|
D | vf_swaprect.c | 100 var_values[VAR_N] = inlink->frame_count_out; in filter_frame()
|
D | vf_vignette.c | 165 s->var_values[VAR_N] = inlink->frame_count_out; in update_context()
|
D | vf_zoompan.c | 287 s->var_values[VAR_IN] = inlink->frame_count_out - 1; in activate()
|
D | vf_crop.c | 261 s->var_values[VAR_N] = link->frame_count_out; in filter_frame()
|
D | vf_eq.c | 271 eq->var_values[VAR_N] = inlink->frame_count_out; in filter_frame()
|
D | f_loop.c | 362 if (inlink->frame_count_out >= s->start && s->size > 0 && s->loop != 0) { in filter_frame()
|
D | f_select.c | 339 select->var_values[VAR_N ] = inlink->frame_count_out; in select_frame()
|
D | vf_delogo.c | 309 s->var_values[VAR_N] = inlink->frame_count_out; in filter_frame()
|
D | f_graphmonitor.c | 228 snprintf(buffer, sizeof(buffer)-1, " | out: %"PRId64, l->frame_count_out); in draw_items()
|
D | af_volume.c | 393 vol->var_values[VAR_N ] = inlink->frame_count_out; in filter_frame()
|
D | vf_hue.c | 389 hue->var_values[VAR_N] = inlink->frame_count_out; in filter_frame()
|
D | avfiltergraph.c | 1378 frame_count = oldest->frame_count_out; in avfilter_graph_request_oldest() 1379 while (frame_count == oldest->frame_count_out) { in avfilter_graph_request_oldest()
|
12