Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c49 __u32 dev_stc; member
382 current_sample->dev_stc = sample.dev_stc; in _pts_to_timestamp()
394 GST_DEBUG_OBJECT (self, "dev_stc: %u", sample.dev_stc); in _pts_to_timestamp()
400 GST_DEBUG_OBJECT (self, "Diff: %u - %f", sample.dev_stc - pts, in _pts_to_timestamp()
401 (gdouble) (sample.dev_stc - pts) / sample.dev_frequency); in _pts_to_timestamp()
Dgstuvch264_mjpgdemux.h54 guint32 dev_stc; member