Searched refs:xmp_uuid (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 5831 static const guint8 xmp_uuid[] = { 0xBE, 0x7A, 0xCF, 0xCB, in build_uuid_xmp_atom() local 5841 memcpy (uuid->uuid, xmp_uuid, 16); in build_uuid_xmp_atom()
|
D | qtdemux.c | 2969 static const guint8 xmp_uuid[] = { 0xBE, 0x7A, 0xCF, 0xCB, in qtdemux_parse_uuid() local 2996 if (memcmp (buffer + offset, xmp_uuid, 16) == 0) { in qtdemux_parse_uuid()
|