xine-lib 1.2.11
|
Data Fields | |
uint32_t | flag_mask |
uint32_t | max_pic_num |
int32_t | pic_num |
uint8_t | used_for_long_term_ref |
uint32_t | long_term_pic_num |
uint32_t | long_term_frame_idx |
int32_t | top_field_order_cnt |
int32_t | bottom_field_order_cnt |
uint8_t | repeat_pic |
uint32_t | slice_cnt |
int64_t | pts |
struct nal_unit * | sei_nal |
struct nal_unit * | sps_nal |
struct nal_unit * | pps_nal |
struct nal_unit * | slc_nal |
int32_t coded_picture::bottom_field_order_cnt |
Referenced by calculate_pic_order(), dp_top_field_first(), dpb_get_next_out_picture(), and fill_vdpau_reference_list().
uint32_t coded_picture::flag_mask |
uint32_t coded_picture::long_term_frame_idx |
uint32_t coded_picture::long_term_pic_num |
uint32_t coded_picture::max_pic_num |
Referenced by interpret_sps().
int32_t coded_picture::pic_num |
Referenced by calculate_pic_nums(), dpb_get_picture(), and execute_ref_pic_marking().
struct nal_unit* coded_picture::pps_nal |
Referenced by check_progressive(), free_coded_picture(), interpret_pps(), and interpret_slice_header().
int64_t coded_picture::pts |
Referenced by parse_frame().
uint8_t coded_picture::repeat_pic |
Referenced by interpret_sei().
struct nal_unit* coded_picture::sei_nal |
Referenced by check_progressive(), dp_top_field_first(), free_coded_picture(), interpret_sei(), and parse_nal().
struct nal_unit* coded_picture::slc_nal |
uint32_t coded_picture::slice_cnt |
Referenced by parse_frame(), and parse_nal().
struct nal_unit* coded_picture::sps_nal |
int32_t coded_picture::top_field_order_cnt |
uint8_t coded_picture::used_for_long_term_ref |