Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c50 __u16 dev_sof; member
365 guint32 dev_sof; in _pts_to_timestamp() local
375 dev_sof = (guint32) (sample.dev_sof + 2048) << 16; in _pts_to_timestamp()
377 self->clock_samples[self->last_sample].dev_sof == dev_sof) { in _pts_to_timestamp()
383 current_sample->dev_sof = dev_sof; in _pts_to_timestamp()
393 GST_DEBUG_OBJECT (self, "dev_sof: %u", sample.dev_sof); in _pts_to_timestamp()
Dgstuvch264_mjpgdemux.h55 guint32 dev_sof; member