Home
last modified time | relevance | path

Searched refs:prev_timestamp (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Drdt.c50 uint32_t prev_timestamp; member
70 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()
Dhls.c970 int64_t prev_timestamp = c->first_timestamp; in parse_playlist() local
979 prev_timestamp, c->first_timestamp); in parse_playlist()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c518 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()
Dgstidentity.h72 GstClockTime prev_timestamp; member