Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dstringprep.rst15 necessary to compare such identifications for "equality". Exactly how this
18 possible identifications, to allow only identifications consisting of
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmetadata.c522 g_free (self->identifications); in mxf_metadata_preface_finalize()
523 self->identifications = NULL; in mxf_metadata_preface_finalize()
691 if (self->identifications) in mxf_metadata_preface_resolve()
692 memset (self->identifications, 0, in mxf_metadata_preface_resolve()
695 self->identifications = in mxf_metadata_preface_resolve()
701 self->identifications[i] = MXF_METADATA_IDENTIFICATION (current); in mxf_metadata_preface_resolve()
751 if (self->identifications[i] == NULL) in mxf_metadata_preface_to_structure()
757 (self->identifications[i])); in mxf_metadata_preface_to_structure()
899 if (!self->identifications[i]) in mxf_metadata_preface_write_tags()
903 &MXF_METADATA_BASE (self->identifications[i])->instance_uid, 16); in mxf_metadata_preface_write_tags()
Dmxfmetadata.h428 MXFMetadataIdentification **identifications; member
Dmxfmux.c564 mux->preface->identifications = g_new0 (MXFMetadataIdentification *, 1); in gst_mxf_mux_create_metadata()
565 identification = mux->preface->identifications[0] = in gst_mxf_mux_create_metadata()
Dmxfdemux.c651 demux->preface->identifications[i]; in gst_mxf_demux_resolve_references()
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes338 TODO: colorspace identifications for MJPEG? How?
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-50003476 identifications
/third_party/gstreamer/gstplugins_bad/
DChangeLog203222 mxfdemux: Fix resolval of identifications from the preface