Lines Matching refs:UID
78 UID track_essence_element_key;
80 const UID *codec_ul;
81 const UID *container_ul;
104 UID container_ul;
105 UID element_ul;
106 UID codec_ul;
213 static const UID mxf_d10_codec_uls[] = {
222 static const UID mxf_d10_container_uls[] = {
1050 static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st, const UID key) in mxf_write_generic_desc()
1088 static const UID mxf_s436m_anc_descriptor_key = { 0x06,0x0e,0x2b,0x34,0x02,0x53,0x01,0x01,0x0d,0x01…
1089 static const UID mxf_mpegvideo_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01…
1090 static const UID mxf_wav_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01…
1091 static const UID mxf_aes3_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01…
1092 static const UID mxf_cdci_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0D,0x01…
1093 static const UID mxf_generic_sound_descriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0D,…
1095 static const UID mxf_avc_subdescriptor_key = { 0x06,0x0E,0x2B,0x34,0x02,0x53,0x01,0x01,0x0d,0x01,0x…
1107 static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const UID key) in mxf_write_cdci_common()
1430 static int64_t mxf_write_generic_sound_common(AVFormatContext *s, AVStream *st, const UID key) in mxf_write_generic_sound_common()
1479 static int64_t mxf_write_wav_common(AVFormatContext *s, AVStream *st, const UID key) in mxf_write_wav_common()
2006 UID codec_ul;
2043 UID codec_ul;
2113 const UID container_ul;
2114 const UID codec_ul;
2200 UID uid;
2241 const UID *codec_ul = NULL; in mxf_parse_h264_frame()
2346 static const UID mxf_mpeg2_codec_uls[] = {
2359 static const UID *mxf_get_mpeg2_codec_ul(AVCodecParameters *par) in mxf_get_mpeg2_codec_ul()
2439 const UID *codec_ul = mxf_get_mpeg2_codec_ul(st->codecpar); in mxf_parse_mpeg2_frame()