Searched refs:endpts (Results 1 – 4 of 4) sorted by relevance
65 uint32_t endpts = AV_RB32(&buf[0x11]); in dvd_nav_parse() local67 if (endpts > startpts) { in dvd_nav_parse()70 s->duration = endpts - startpts; in dvd_nav_parse()
1739 GstClockTime pts, endpts; in gst_aggregator_default_sink_event() local1746 endpts = pts + duration; in gst_aggregator_default_sink_event()1748 endpts = GST_CLOCK_TIME_NONE; in gst_aggregator_default_sink_event()1751 res = gst_segment_clip (&aggpad->segment, GST_FORMAT_TIME, pts, endpts, in gst_aggregator_default_sink_event()1752 &pts, &endpts); in gst_aggregator_default_sink_event()1760 if (GST_CLOCK_TIME_IS_VALID (endpts) && GST_CLOCK_TIME_IS_VALID (pts)) in gst_aggregator_default_sink_event()1761 duration = endpts - pts; in gst_aggregator_default_sink_event()
395 void appendLinearStroke(const SkPoint endpts[2]) { in appendLinearStroke()397 this->appendLinearStrokeInstance().set(endpts, fCurrDX, fCurrDY, fCurrStrokeRadius); in appendLinearStroke()
287 uint32_t endpts = AV_RB32(ps2buf + 0x11); in mpegps_read_pes_header() local298 endpts >= startpts); in mpegps_read_pes_header()