Lines Matching defs:value
427 static void mxf_write_uuid(AVIOContext *pb, enum MXFMetadataSetType type, int value)
431 avio_wb32(pb, value);
590 static void mxf_write_metadata_key(AVIOContext *pb, unsigned int value)
593 avio_wb24(pb, value);
728 static void mxf_write_local_tag_utf16(AVFormatContext *s, int tag, const char *value)
731 uint64_t size = mxf_utf16len(value);
739 avio_put_str16be(pb, value);
766 const char *company = com_entry ? com_entry->value : "FFmpeg";
767 const char *product = product_entry ? product_entry->value : s->oformat != &ff_mxf_opatom_muxer ? "OP1a Muxer" : "OPAtom Muxer";
769 const char *version = version_entry ? version_entry->value :
1514 static int mxf_write_tagged_value(AVFormatContext *s, const char* name, const char* value)
1519 int indirect_value_size = 13 + mxf_utf16_local_tag_length(value);
1534 // write indirect value
1537 avio_put_str16le(pb, value);
1555 if (mxf_write_tagged_value(s, t->key + 8, t->value) == 0)
1636 * there instance uuids. mxf->track_instance_count stores this value.
1698 packages[0].name = entry->value;
1701 packages[1].name = entry->value;
1707 packages[1].name = entry->value;
1715 packages[2].name = entry->value;
1938 // write partition value
2165 // TODO: fix dv encoder to set proper FF/FS value in VSC pack
2494 return av_timecode_init_from_string(&mxf->tc, av_inv_q(tbc), tcr->value, s);
2681 if (e && !strcmp(e->value, "vbi_vanc_smpte_436M")) {