Lines Matching defs:time
63 #include "libavutil/time.h"
75 #include <sys/time.h>
97 #include <sys/time.h>
103 #include <time.h>
258 PTS as the start time, and show until the following subpicture
259 is received. Otherwise, utilize the previous subpicture's end time
295 if not, subtracting a larger time here is necessary */
858 /* this is executed just the first time update_video_stats is called */
887 fprintf(vstats_file, "s_size= %8.0fkB time= %0.3f br= %7.1fkbits/s avg_br= %7.1fkbits/s ",
1278 av_log(NULL, AV_LOG_DEBUG, "Forced keyframe at time %f\n", pts_time);
1643 if (total_size < 0) av_bprintf(&buf, "size=N/A time=");
1644 else av_bprintf(&buf, "size=%8.0fkB time=", total_size / 1024.0);
1792 * Check whether a packet from ist should be written into ost at this time
2351 /* TODO keep pts also in stream time base to avoid converting back */
2626 av_log(NULL, AV_LOG_WARNING, "Warning using DVB subtitles for filtering and output at the same time is not fully supported, also see -compute_edt [0|1]\n");
2948 av_log(oc, AV_LOG_WARNING, "Input stream data not available, using default time base\n");
3557 double time;
3559 fprintf(stderr, "\nEnter command: <target>|all <time>|-1 <command>[ <argument>]\n");
3569 (n = sscanf(buf, "%63[^ ] %lf %255[^ ] %255[^\n]", target, &time, command, arg)) >= 3) {
3570 av_log(NULL, AV_LOG_DEBUG, "Processing command target:%s time:%f command:%s arg:%s",
3571 target, time, command, arg);
3575 if (time < 0) {
3583 ret = avfilter_graph_queue_command(fg->graph, target, command, arg, 0, time);
3809 // set duration to max(tmp, duration) in a proper time base and return duration's time_base
4030 av_log(is, AV_LOG_VERBOSE, "Correcting start time by %"PRId64"\n", new_start_time - is->start_time);