Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c51 struct timespec host_ts; member
384 current_sample->host_ts = sample.host_ts.tv_sec * GST_SECOND + in _pts_to_timestamp()
385 sample.host_ts.tv_nsec * GST_NSECOND; in _pts_to_timestamp()
397 current_sample->host_ts, GST_TIME_ARGS (current_sample->host_ts)); in _pts_to_timestamp()
Dgstuvch264_mjpgdemux.h56 GstClockTime host_ts; member