Lines Matching defs:end
259 is received. Otherwise, utilize the previous subpicture's end time
301 /* if we have hit the end of the current displayed subpicture,
303 overlayed subpicture and its start/end times */
326 /* end of sub2video hack */
487 /* When running under a GUI, you will end here. */
709 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, time_base, AV_TIME_BASE_Q);
710 of->recording_time = FFMIN(of->recording_time, end);
1115 //end, flushing
1302 int64_t end = av_rescale_q(ost->sync_opts - ost->first_pts, time_base, AV_TIME_BASE_Q);
1303 of->recording_time = FFMIN(of->recording_time, end);
1687 const char end = is_last_report ? '\n' : '\r';
1689 fprintf(stderr, "%s %c", buf.str, end);
1691 av_log(NULL, AV_LOG_INFO, "%s %c", buf.str, end);
1699 is_last_report ? "end" : "continue");
2291 int end = 1;
2293 end = av_rescale(subtitle.pts - ist->prev_sub.subtitle.pts,
2295 if (end < ist->prev_sub.subtitle.end_display_time) {
2298 ist->prev_sub.subtitle.end_display_time, end,
2299 end <= 0 ? ", dropping it" : "");
2300 ist->prev_sub.subtitle.end_display_time = end;
2306 if (end <= 0)
4378 /* at the end of stream, we must flush the decoder buffers */