Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c4400 GstClockTime time, ltime, htime, newtime, dur; in gst_base_parse_locate_time() local
4436 if (!gst_base_parse_get_duration (parse, GST_FORMAT_TIME, &htime)) { in gst_base_parse_locate_time()
4445 GST_TIME_ARGS (ltime), GST_TIME_ARGS (htime)); in gst_base_parse_locate_time()
4452 (!GST_CLOCK_TIME_IS_VALID (htime) && time != G_MAXINT64)) { in gst_base_parse_locate_time()
4463 } else if (time >= htime) { in gst_base_parse_locate_time()
4465 *_time = htime; in gst_base_parse_locate_time()
4469 while (htime > ltime && cont) { in gst_base_parse_locate_time()
4475 GST_TIME_ARGS (htime)); in gst_base_parse_locate_time()
4480 gst_util_uint64_scale (hpos - lpos, time - ltime, htime - ltime) + in gst_base_parse_locate_time()
4518 htime = newtime; in gst_base_parse_locate_time()