Home
last modified time | relevance | path

Searched refs:modification_date (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/ref/fate/
Dmxf-probe-d10107 TAG:modification_date=2004-07-05T21:39:00.000000Z
Dmxf-probe-dv25144 TAG:modification_date=2006-06-22T16:37:36.000000Z
Dmxf-probe-applehdr10162 TAG:modification_date=2020-09-08T16:18:57.036000Z
Dmxf-probe-dnxhd175 TAG:modification_date=2016-09-18T19:25:25.000000Z
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmetadata.h456 MXFTimestamp modification_date; member
Dmxfmetadata.c1049 if (!mxf_timestamp_parse (&self->modification_date, tag_data, tag_size)) in mxf_metadata_identification_handle_tag()
1052 mxf_timestamp_to_string (&self->modification_date, str)); in mxf_metadata_identification_handle_tag()
1130 if (!mxf_timestamp_is_unknown (&self->modification_date)) { in mxf_metadata_identification_to_structure()
1131 mxf_timestamp_to_string (&self->modification_date, str); in mxf_metadata_identification_to_structure()
1211 if (!mxf_timestamp_is_unknown (&self->modification_date)) { in mxf_metadata_identification_write_tags()
1217 mxf_timestamp_write (&self->modification_date, t->data); in mxf_metadata_identification_write_tags()
Dmxfmux.c592 memcpy (&identification->modification_date, in gst_mxf_mux_create_metadata()