|
xine-lib
1.2.9
|
#include <dpb.h>
Data Fields | |
| vo_frame_t * | img |
| struct coded_picture * | coded_pic [2] |
| int32_t | frame_num_wrap |
| uint8_t | top_is_reference |
| uint8_t | bottom_is_reference |
| uint32_t | lock_counter |
| uint8_t decoded_picture::bottom_is_reference |
Referenced by decoded_pic_check_reference(), execute_ref_pic_marking(), and fill_vdpau_reference_list().
| struct coded_picture* decoded_picture::coded_pic[2] |
a decoded picture always contains a whole frame, respective a field pair, so it can contain up to 2 coded pics
Referenced by calculate_pic_nums(), check_progressive(), decoded_pic_add_field(), decoded_pic_check_reference(), dp_top_field_first(), dpb_add_picture(), dpb_get_next_out_picture(), dpb_get_picture(), dpb_get_picture_by_ltidx(), dpb_get_picture_by_ltpn(), dpb_set_unused_ref_picture_bylidx(), dpb_set_unused_ref_picture_byltpn(), dpb_set_unused_ref_picture_lidx_gt(), execute_ref_pic_marking(), fill_vdpau_reference_list(), free_decoded_picture(), and init_decoded_picture().
| int32_t decoded_picture::frame_num_wrap |
Referenced by calculate_pic_nums().
| vo_frame_t* decoded_picture::img |
| uint32_t decoded_picture::lock_counter |
Referenced by init_decoded_picture(), lock_decoded_picture(), and release_decoded_picture().
| uint8_t decoded_picture::top_is_reference |
Referenced by decoded_pic_check_reference(), execute_ref_pic_marking(), and fill_vdpau_reference_list().
1.8.14