Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c509 timestamp->msecond = (GST_READ_UINT8 (data + 7) * 1000) / 256; in mxf_timestamp_parse()
540 else if ((diff = a->msecond - b->msecond) != 0) in mxf_timestamp_compare()
551 t->day, t->hour, t->minute, t->second, t->msecond); in mxf_timestamp_to_string()
581 timestamp->msecond = now / 1000; in mxf_timestamp_set_now()
593 GST_WRITE_UINT8 (data + 7, (timestamp->msecond * 256) / 1000); in mxf_timestamp_write()
Dmxftypes.h46 guint16 msecond; member