Home
last modified time | relevance | path

Searched refs:MXFCodecUL (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmxf.h97 typedef struct MXFCodecUL { struct
104 } MXFCodecUL; argument
106 extern const MXFCodecUL ff_mxf_data_definition_uls[];
107 extern const MXFCodecUL ff_mxf_codec_uls[];
108 extern const MXFCodecUL ff_mxf_pixel_format_uls[];
109 extern const MXFCodecUL ff_mxf_codec_tag_uls[];
110 extern const MXFCodecUL ff_mxf_color_primaries_uls[];
111 extern const MXFCodecUL ff_mxf_color_trc_uls[];
112 extern const MXFCodecUL ff_mxf_color_space_uls[];
Dmxf.c30 const MXFCodecUL ff_mxf_data_definition_uls[] = {
39 const MXFCodecUL ff_mxf_codec_uls[] = {
80 const MXFCodecUL ff_mxf_pixel_format_uls[] = {
86 const MXFCodecUL ff_mxf_codec_tag_uls[] = {
91 const MXFCodecUL ff_mxf_color_primaries_uls[] = {
106 const MXFCodecUL ff_mxf_color_trc_uls[] = {
127 const MXFCodecUL ff_mxf_color_space_uls[] = {
Dmxfdec.c1393 static const MXFCodecUL *mxf_get_codec_ul(const MXFCodecUL *uls, UID *uid) in mxf_get_codec_ul()
1418 static const MXFCodecUL mxf_picture_essence_container_uls[] = {
1440 static const MXFCodecUL mxf_intra_only_essence_container_uls[] = {
1446 static const MXFCodecUL mxf_intra_only_picture_essence_coding_uls[] = {
1453 static const MXFCodecUL mxf_intra_only_picture_coded_width[] = {
1461 static const MXFCodecUL mxf_sound_essence_container_uls[] = {
1471 static const MXFCodecUL mxf_data_essence_container_uls[] = {
1481 const MXFCodecUL *codec_ul; in mxf_get_wrapping_kind()
2215 const MXFCodecUL *codec_ul = NULL; in mxf_add_metadata_stream()
2304 const MXFCodecUL *codec_ul = NULL; in mxf_parse_structural_metadata()
[all …]
Dmxfenc.c594 static const MXFCodecUL *mxf_get_codec_ul_by_id(const MXFCodecUL *uls, int id) in mxf_get_codec_ul_by_id()
895 …const MXFCodecUL *data_def_ul = mxf_get_codec_ul_by_id(ff_mxf_data_definition_uls, st->codecpar->c… in mxf_write_common_fields()
1115 const MXFCodecUL *color_primaries_ul; in mxf_write_cdci_common()
1116 const MXFCodecUL *color_trc_ul; in mxf_write_cdci_common()
1117 const MXFCodecUL *color_space_ul; in mxf_write_cdci_common()