Searched refs:prev_timestamp (Results 1 – 4 of 4) sorted by relevance
50 uint32_t prev_timestamp; member70 s->prev_timestamp = -1; in ff_rdt_parse_open()361 (set_id != s->prev_set_id || timestamp != s->prev_timestamp || in ff_rdt_parse_packet()365 s->prev_timestamp = timestamp; in ff_rdt_parse_packet()
970 int64_t prev_timestamp = c->first_timestamp; in parse_playlist() local979 prev_timestamp, c->first_timestamp); in parse_playlist()
518 identity->prev_timestamp = identity->prev_duration = GST_CLOCK_TIME_NONE; in gst_identity_sink_event()601 if (identity->prev_timestamp != GST_CLOCK_TIME_NONE && in gst_identity_check_imperfect_timestamp()606 t_expected = identity->prev_timestamp + identity->prev_duration; in gst_identity_check_imperfect_timestamp()631 identity->prev_timestamp, "prev-duration", G_TYPE_UINT64, in gst_identity_check_imperfect_timestamp()676 G_TYPE_UINT64, identity->prev_timestamp, "prev-duration", in gst_identity_check_imperfect_offset()750 identity->prev_timestamp = GST_BUFFER_TIMESTAMP (buf); in gst_identity_transform_ip()1054 identity->prev_timestamp = GST_CLOCK_TIME_NONE; in gst_identity_start()
72 GstClockTime prev_timestamp; member