Home
last modified time | relevance | path

Searched refs:product_uid (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/tests/ref/fate/
Dmxf-d10-user-comments23 TAG:product_uid=adab4424-2f25-4dc7-92ff-29bd000c0002
Dmxf-probe-d10106 TAG:product_uid=060e2b34-0401-0106-0e06-012001010100
Dmxf-probe-dv25143 TAG:product_uid=00000000-0000-0000-0000-000000000000
Dmxf-probe-applehdr10161 TAG:product_uid=00000000-0000-0000-0000-000000000000
Dmxf-probe-dnxhd176 TAG:product_uid=acfbf03a-4f42-a231-d0b7-c06ecd3d4ad7
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmetadata.h454 MXFUUID product_uid; member
Dmxfmetadata.c1044 memcpy (&self->product_uid, tag_data, 16); in mxf_metadata_identification_handle_tag()
1046 mxf_uuid_to_string (&self->product_uid, str)); in mxf_metadata_identification_handle_tag()
1124 if (!mxf_uuid_is_zero (&self->product_uid)) { in mxf_metadata_identification_to_structure()
1125 mxf_uuid_to_string (&self->product_uid, str); in mxf_metadata_identification_to_structure()
1200 if (!mxf_uuid_is_zero (&self->product_uid)) { in mxf_metadata_identification_write_tags()
1206 memcpy (t->data, &self->product_uid, 16); in mxf_metadata_identification_write_tags()
Dmxfmux.c590 memcpy (&identification->product_uid, &gst_uid, 16); in gst_mxf_mux_create_metadata()