Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c516 mxf_timestamp_set_now (&mux->preface->last_modified_date); in gst_mxf_mux_create_metadata()
593 &mux->preface->last_modified_date, sizeof (MXFTimestamp)); in gst_mxf_mux_create_metadata()
653 &mux->preface->last_modified_date, sizeof (MXFTimestamp)); in gst_mxf_mux_create_metadata()
655 &mux->preface->last_modified_date, sizeof (MXFTimestamp)); in gst_mxf_mux_create_metadata()
781 memcpy (&p->package_creation_date, &mux->preface->last_modified_date, in gst_mxf_mux_create_metadata()
783 memcpy (&p->package_modified_date, &mux->preface->last_modified_date, in gst_mxf_mux_create_metadata()
Dmxfmetadata.h418 MXFTimestamp last_modified_date; member
Dmxfmetadata.c547 if (!mxf_timestamp_parse (&self->last_modified_date, tag_data, tag_size)) in mxf_metadata_preface_handle_tag()
550 mxf_timestamp_to_string (&self->last_modified_date, str)); in mxf_metadata_preface_handle_tag()
721 if (!mxf_timestamp_is_unknown (&self->last_modified_date)) { in mxf_metadata_preface_to_structure()
722 mxf_timestamp_to_string (&self->last_modified_date, str); in mxf_metadata_preface_to_structure()
855 mxf_timestamp_write (&self->last_modified_date, t->data); in mxf_metadata_preface_write_tags()