|
FFmpeg
|
Data Fields | |
| int64_t | pkt_cnt |
| pkt counter for muxed packets More... | |
| UID | track_essence_element_key |
| int | index |
| index in mxf_essence_container_uls table More... | |
| const UID * | codec_ul |
| const UID * | container_ul |
| int | order |
| interleaving order if dts are equal More... | |
| int | interlaced |
| whether picture is interlaced More... | |
| int | field_dominance |
| tff=1, bff=2 More... | |
| int | component_depth |
| int | color_siting |
| int | signal_standard |
| int | h_chroma_sub_sample |
| int | v_chroma_sub_sample |
| int | temporal_reordering |
| AVRational | aspect_ratio |
| display aspect ratio More... | |
| int | closed_gop |
| gop is closed, used in mpeg-2 frame parsing More... | |
| int | video_bit_rate |
| int | slice_offset |
| int | frame_size |
| frame size in bytes More... | |
| int | seq_closed_gop |
| all gops in sequence are closed, used in mpeg-2 descriptor More... | |
| int | max_gop |
| maximum gop size, used by mpeg-2 descriptor More... | |
| int | b_picture_count |
| maximum number of consecutive b pictures, used in mpeg-2 descriptor More... | |
| int | low_delay |
| low delay, used in mpeg-2 descriptor More... | |
| int | avc_intra |
| int64_t MXFStreamContext::pkt_cnt |
pkt counter for muxed packets
Definition at line 78 of file mxfenc.c.
Referenced by mxf_interleave().
| UID MXFStreamContext::track_essence_element_key |
Definition at line 79 of file mxfenc.c.
Referenced by mxf_init(), mxf_write_essence_container_refs(), mxf_write_opatom_body_partition(), mxf_write_packet(), and mxf_write_track().
| int MXFStreamContext::index |
index in mxf_essence_container_uls table
Definition at line 80 of file mxfenc.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), mxf_init(), and mxf_write_package().
| const UID* MXFStreamContext::codec_ul |
Definition at line 81 of file mxfenc.c.
Referenced by mxf_init(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), mxf_parse_prores_frame(), and mxf_write_cdci_common().
| const UID* MXFStreamContext::container_ul |
Definition at line 82 of file mxfenc.c.
Referenced by mxf_init(), mxf_parse_dv_frame(), mxf_write_essence_container_refs(), mxf_write_generic_desc(), mxf_write_multi_descriptor(), and mxf_write_system_item().
| int MXFStreamContext::order |
interleaving order if dts are equal
Definition at line 83 of file mxfenc.c.
Referenced by mxf_compare_timestamps(), and mxf_init().
| int MXFStreamContext::interlaced |
whether picture is interlaced
Definition at line 84 of file mxfenc.c.
Referenced by mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), and mxf_write_cdci_common().
| int MXFStreamContext::field_dominance |
tff=1, bff=2
Definition at line 85 of file mxfenc.c.
Referenced by mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), and mxf_write_cdci_common().
| int MXFStreamContext::component_depth |
Definition at line 86 of file mxfenc.c.
Referenced by mxf_init(), mxf_parse_dnxhd_frame(), mxf_parse_h264_frame(), and mxf_write_cdci_common().
| int MXFStreamContext::color_siting |
Definition at line 87 of file mxfenc.c.
Referenced by mxf_init(), and mxf_write_cdci_common().
| int MXFStreamContext::signal_standard |
Definition at line 88 of file mxfenc.c.
Referenced by mxf_init(), and mxf_write_cdci_common().
| int MXFStreamContext::h_chroma_sub_sample |
Definition at line 89 of file mxfenc.c.
Referenced by mxf_init(), and mxf_write_cdci_common().
| int MXFStreamContext::v_chroma_sub_sample |
Definition at line 90 of file mxfenc.c.
Referenced by mxf_init(), and mxf_write_cdci_common().
| int MXFStreamContext::temporal_reordering |
Definition at line 91 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame(), and mxf_write_index_table_segment().
| AVRational MXFStreamContext::aspect_ratio |
display aspect ratio
Definition at line 92 of file mxfenc.c.
Referenced by mxf_init(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), and mxf_write_cdci_common().
| int MXFStreamContext::closed_gop |
gop is closed, used in mpeg-2 frame parsing
Definition at line 93 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame().
| int MXFStreamContext::video_bit_rate |
Definition at line 94 of file mxfenc.c.
Referenced by mxf_init(), and mxf_write_mpegvideo_desc().
| int MXFStreamContext::slice_offset |
Definition at line 95 of file mxfenc.c.
Referenced by mxf_compute_edit_unit_byte_count(), and mxf_write_index_table_segment().
| int MXFStreamContext::frame_size |
frame size in bytes
Definition at line 96 of file mxfenc.c.
Referenced by mxf_compute_edit_unit_byte_count(), mxf_init(), mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_prores_frame(), mxf_write_index_table_segment(), and mxf_write_packet().
| int MXFStreamContext::seq_closed_gop |
all gops in sequence are closed, used in mpeg-2 descriptor
Definition at line 97 of file mxfenc.c.
Referenced by mxf_init(), mxf_parse_mpeg2_frame(), and mxf_write_mpegvideo_desc().
| int MXFStreamContext::max_gop |
maximum gop size, used by mpeg-2 descriptor
Definition at line 98 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), and mxf_write_mpegvideo_desc().
| int MXFStreamContext::b_picture_count |
maximum number of consecutive b pictures, used in mpeg-2 descriptor
Definition at line 99 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), and mxf_write_mpegvideo_desc().
| int MXFStreamContext::low_delay |
low delay, used in mpeg-2 descriptor
Definition at line 100 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame(), and mxf_write_mpegvideo_desc().
| int MXFStreamContext::avc_intra |
Definition at line 101 of file mxfenc.c.
Referenced by mxf_parse_h264_frame(), mxf_write_cdci_common(), mxf_write_h264_desc(), and mxf_write_primer_pack().
1.8.17