Home
last modified time | relevance | path

Searched refs:ts_trn_nb (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.h125 GstClockTime ts_trn_nb; member
Dgsth264parse.c312 h264parse->ts_trn_nb = GST_CLOCK_TIME_NONE; in gst_h264_parse_reset()
337 h264parse->ts_trn_nb = GST_CLOCK_TIME_NONE; in gst_h264_parse_start()
679 if (h264parse->ts_trn_nb == GST_CLOCK_TIME_NONE || in gst_h264_parse_process_sei()
681 h264parse->ts_trn_nb = 0; in gst_h264_parse_process_sei()
683 h264parse->ts_trn_nb = h264parse->dts; in gst_h264_parse_process_sei()
687 GST_TIME_ARGS (h264parse->ts_trn_nb)); in gst_h264_parse_process_sei()
2608 if (h264parse->ts_trn_nb != GST_CLOCK_TIME_NONE) { in gst_h264_parse_get_timestamp()
2614 h264parse->ts_trn_nb = upstream - in gst_h264_parse_get_timestamp()
2621 upstream = h264parse->dts = h264parse->ts_trn_nb + in gst_h264_parse_get_timestamp()
3718 h264parse->ts_trn_nb = GST_CLOCK_TIME_NONE; in gst_h264_parse_event()