Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpeg4videoparse.c189 parse->last_report = GST_CLOCK_TIME_NONE; in gst_mpeg4vparse_init()
776 if (!GST_CLOCK_TIME_IS_VALID (mp4vparse->last_report)) { in gst_mpeg4vparse_pre_push_frame()
777 mp4vparse->last_report = timestamp; in gst_mpeg4vparse_pre_push_frame()
781 if (timestamp > mp4vparse->last_report) in gst_mpeg4vparse_pre_push_frame()
782 diff = timestamp - mp4vparse->last_report; in gst_mpeg4vparse_pre_push_frame()
788 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (mp4vparse->last_report)); in gst_mpeg4vparse_pre_push_frame()
827 mp4vparse->last_report = timestamp; in gst_mpeg4vparse_pre_push_frame()
Dgstmpeg4videoparse.h48 GstClockTime last_report; member
Dgsth265parse.h76 GstClockTime last_report; member
Dgsth264parse.h84 GstClockTime last_report; member
Dgsth265parse.c260 h265parse->last_report = GST_CLOCK_TIME_NONE; in gst_h265_parse_reset()
2867 if (!GST_CLOCK_TIME_IS_VALID (h265parse->last_report)) { in gst_h265_parse_pre_push_frame()
2868 h265parse->last_report = timestamp; in gst_h265_parse_pre_push_frame()
2875 if (timestamp > h265parse->last_report) in gst_h265_parse_pre_push_frame()
2876 diff = timestamp - h265parse->last_report; in gst_h265_parse_pre_push_frame()
2882 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (h265parse->last_report)); in gst_h265_parse_pre_push_frame()
2894 h265parse->last_report; in gst_h265_parse_pre_push_frame()
2897 h265parse->last_report = new_ts; in gst_h265_parse_pre_push_frame()
3331 h265parse->last_report = GST_CLOCK_TIME_NONE; in gst_h265_parse_event()
Dgsth264parse.c309 h264parse->last_report = GST_CLOCK_TIME_NONE; in gst_h264_parse_reset()
3201 if (!GST_CLOCK_TIME_IS_VALID (h264parse->last_report)) { in gst_h264_parse_pre_push_frame()
3202 h264parse->last_report = timestamp; in gst_h264_parse_pre_push_frame()
3209 if (timestamp > h264parse->last_report) in gst_h264_parse_pre_push_frame()
3210 diff = timestamp - h264parse->last_report; in gst_h264_parse_pre_push_frame()
3216 GST_TIME_ARGS (timestamp), GST_TIME_ARGS (h264parse->last_report)); in gst_h264_parse_pre_push_frame()
3228 h264parse->last_report; in gst_h264_parse_pre_push_frame()
3231 h264parse->last_report = new_ts; in gst_h264_parse_pre_push_frame()
3740 h264parse->last_report = GST_CLOCK_TIME_NONE; in gst_h264_parse_event()