Lines Matching defs:uuid
60 #include "libavutil/uuid.h"
1813 /** Write uuid atom.
1820 ffio_wfourcc(pb, "uuid");
3710 ffio_wfourcc(pb, "uuid");
3871 mov_write_uuid_tag_psp(pb, track); // PSP Movies require this uuid box
4781 ffio_wfourcc(pb, "uuid");
5018 static const AVUUID uuid = {
5024 ffio_wfourcc(pb, "uuid");
5025 avio_write(pb, uuid, AV_UUID_LEN);
5277 static const uint8_t uuid[] = {
5283 ffio_wfourcc(pb, "uuid");
5284 avio_write(pb, uuid, AV_UUID_LEN);
5299 static const uint8_t uuid[] = {
5309 ffio_wfourcc(pb, "uuid");
5310 avio_write(pb, uuid, AV_UUID_LEN);
5886 ffio_wfourcc(pb, "uuid");