Home
last modified time | relevance | path

Searched refs:last_report (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/common/
Dusb_kbd.c102 unsigned long last_report; member
379 data->last_report = get_timer(0);
381 } else if (data->last_report != -1 &&
382 get_timer(data->last_report) > REPEAT_RATE) {
384 data->last_report = get_timer(0);
497 data->last_report = -1;
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dprogressreport.c416 ((cur_time.tv_sec - filter->last_report.tv_sec) >= filter->update_freq); in gst_progress_report_transform_ip()
423 filter->last_report = cur_time; in gst_progress_report_transform_ip()
437 g_get_current_time (&filter->last_report); in gst_progress_report_start()
438 filter->start_time = filter->last_report; in gst_progress_report_start()
Dprogressreport.h52 GTimeVal last_report; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c184 parse->last_report = GST_CLOCK_TIME_NONE; in gst_mpeg4vparse_init()
766 if (!GST_CLOCK_TIME_IS_VALID (mp4vparse->last_report)) { in gst_mpeg4vparse_pre_push_frame()
767 mp4vparse->last_report = timestamp; in gst_mpeg4vparse_pre_push_frame()
771 if (timestamp > mp4vparse->last_report) in gst_mpeg4vparse_pre_push_frame()
772 diff = timestamp - mp4vparse->last_report; in gst_mpeg4vparse_pre_push_frame()
778 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (mp4vparse->last_report)); in gst_mpeg4vparse_pre_push_frame()
813 mp4vparse->last_report = timestamp; in gst_mpeg4vparse_pre_push_frame()
Dgstmpeg4videoparse.h48 GstClockTime last_report; member
Dgsth265parse.h72 GstClockTime last_report; member
Dgsth264parse.h82 GstClockTime last_report; member
Dgsth265parse.c234 h265parse->last_report = GST_CLOCK_TIME_NONE; in gst_h265_parse_reset()
2169 if (!GST_CLOCK_TIME_IS_VALID (h265parse->last_report)) { in gst_h265_parse_pre_push_frame()
2170 h265parse->last_report = timestamp; in gst_h265_parse_pre_push_frame()
2177 if (timestamp > h265parse->last_report) in gst_h265_parse_pre_push_frame()
2178 diff = timestamp - h265parse->last_report; in gst_h265_parse_pre_push_frame()
2184 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (h265parse->last_report)); in gst_h265_parse_pre_push_frame()
2196 h265parse->last_report; in gst_h265_parse_pre_push_frame()
2199 h265parse->last_report = new_ts; in gst_h265_parse_pre_push_frame()
2586 h265parse->last_report = GST_CLOCK_TIME_NONE; in gst_h265_parse_event()
Dgsth264parse.c246 h264parse->last_report = GST_CLOCK_TIME_NONE; in gst_h264_parse_reset()
2604 if (!GST_CLOCK_TIME_IS_VALID (h264parse->last_report)) { in gst_h264_parse_pre_push_frame()
2605 h264parse->last_report = timestamp; in gst_h264_parse_pre_push_frame()
2612 if (timestamp > h264parse->last_report) in gst_h264_parse_pre_push_frame()
2613 diff = timestamp - h264parse->last_report; in gst_h264_parse_pre_push_frame()
2619 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (h264parse->last_report)); in gst_h264_parse_pre_push_frame()
2631 h264parse->last_report; in gst_h264_parse_pre_push_frame()
2634 h264parse->last_report = new_ts; in gst_h264_parse_pre_push_frame()
3110 h264parse->last_report = GST_CLOCK_TIME_NONE; in gst_h264_parse_event()