|
MythTV
0.26-pre
|
#include <mpeg2.h>
Public Attributes | |
| const mpeg2_sequence_t * | sequence |
| const mpeg2_gop_t * | gop |
| const mpeg2_picture_t * | current_picture |
| const mpeg2_picture_t * | current_picture_2nd |
| const mpeg2_fbuf_t * | current_fbuf |
| const mpeg2_picture_t * | display_picture |
| const mpeg2_picture_t * | display_picture_2nd |
| const mpeg2_fbuf_t * | display_fbuf |
| const mpeg2_fbuf_t * | discard_fbuf |
| const uint8_t * | user_data |
| unsigned int | user_data_len |
Definition at line 104 of file mpeg2.h.
Referenced by MPEG2fixup::BuildFrame(), mpeg2_header_sequence_finalize(), mpeg2_reset(), MPEG2fixup::ProcessVideo(), seek_sequence(), and MPEG2fixup::WriteYUV().
| const mpeg2_gop_t* mpeg2_info_s::gop |
Definition at line 105 of file mpeg2.h.
Referenced by invalid_end_action(), mpeg2_header_gop_finalize(), mpeg2_header_sequence_finalize(), mpeg2_header_slice_start(), mpeg2_reset(), MPEG2fixup::ProcessVideo(), and seek_sequence().
Definition at line 106 of file mpeg2.h.
Referenced by mpeg2_header_picture_finalize(), mpeg2_reset_info(), and MPEG2fixup::ProcessVideo().
Definition at line 107 of file mpeg2.h.
Referenced by mpeg2_header_picture_finalize(), and mpeg2_reset_info().
Definition at line 108 of file mpeg2.h.
Referenced by mpeg2_reset_info(), and mpeg2_set_fbuf().
Definition at line 109 of file mpeg2.h.
Referenced by MPEG2fixup::BuildFrame(), MPEG2fixup::DecodeToFrame(), mpeg2_header_end(), mpeg2_header_picture_finalize(), mpeg2_reset_info(), MPEG2fixup::ProcessVideo(), and MPEG2fixup::WriteFrame().
Definition at line 110 of file mpeg2.h.
Referenced by mpeg2_header_end(), mpeg2_header_picture_finalize(), and mpeg2_reset_info().
Definition at line 111 of file mpeg2.h.
Referenced by MPEG2fixup::BuildFrame(), mpeg2_header_end(), mpeg2_header_picture_finalize(), mpeg2_reset_info(), mpeg2_set_fbuf(), and MPEG2fixup::WriteYUV().
Definition at line 112 of file mpeg2.h.
Referenced by mpeg2_header_end(), mpeg2_header_picture_finalize(), mpeg2_reset_info(), and mpeg2_set_fbuf().
| const uint8_t* mpeg2_info_s::user_data |
Definition at line 113 of file mpeg2.h.
Referenced by info_user_data(), mpeg2_header_slice_start(), mpeg2_parse_header(), and mpeg2_reset().
| unsigned int mpeg2_info_s::user_data_len |
Definition at line 114 of file mpeg2.h.
Referenced by info_user_data(), mpeg2_header_slice_start(), mpeg2_parse_header(), and mpeg2_reset().
1.7.6.1