Lines Matching full:foo*
240 static const uint8_t footer_partition_key[] = { 0x06,0x0E,0x2B,0x34,0x02,0x05,0x01,0x01,0x0D,0x01,0x02,0x01,0x01,0x04,0x04,0x00 }; // ClosedComplete
395 int64_t footer_partition_offset;
1434 int show_warnings = !mxf->footer_partition_offset;
1947 else if (key && !memcmp(key, footer_partition_key, 16) && mxf->body_partitions_count)
1952 avio_wb64(pb, mxf->footer_partition_offset); // footerPartition
3050 avio_wb32(pb, 0); // BodySID of footer partition
3051 avio_wb64(pb, mxf->footer_partition_offset);
3071 mxf->footer_partition_offset = avio_tell(pb);
3073 if ((err = mxf_write_partition(s, 0, 0, footer_partition_key, 0)) < 0)
3076 if ((err = mxf_write_partition(s, 0, 2, footer_partition_key, 0)) < 0)
3103 // update footer partition offset
3106 avio_wb64(pb, mxf->footer_partition_offset);