xine-lib 1.2.13-20230125hg15249
|
#include <mpeg2.h>
Data Fields | |
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 |
const mpeg2_fbuf_t* mpeg2_info_s::current_fbuf |
Referenced by mpeg2_reset_info(), mpeg2_set_fbuf(), and mpeg2_video_decode_data().
const mpeg2_picture_t* mpeg2_info_s::current_picture |
Referenced by mpeg2_header_picture_finalize(), mpeg2_reset_info(), and mpeg2_video_decode_data().
const mpeg2_picture_t* mpeg2_info_s::current_picture_2nd |
Referenced by mpeg2_header_picture_finalize(), and mpeg2_reset_info().
const mpeg2_fbuf_t* mpeg2_info_s::discard_fbuf |
const mpeg2_fbuf_t* mpeg2_info_s::display_fbuf |
const mpeg2_picture_t* mpeg2_info_s::display_picture |
Referenced by mpeg2_header_end(), mpeg2_header_picture_finalize(), and mpeg2_reset_info().
const mpeg2_picture_t* mpeg2_info_s::display_picture_2nd |
Referenced by mpeg2_header_end(), mpeg2_header_picture_finalize(), and mpeg2_reset_info().
const mpeg2_gop_t* mpeg2_info_s::gop |
const mpeg2_sequence_t* mpeg2_info_s::sequence |
Referenced by mpeg2_header_sequence_finalize(), mpeg2_reset(), mpeg2_video_decode_data(), and seek_sequence().
const uint8_t* mpeg2_info_s::user_data |
Referenced by info_user_data(), mpeg2_header_slice_start(), mpeg2_parse_header(), and mpeg2_reset().
unsigned int mpeg2_info_s::user_data_len |
Referenced by info_user_data(), mpeg2_header_slice_start(), mpeg2_parse_header(), and mpeg2_reset().