| 
    FFmpeg
    
   | 
 
#include <hevcdec.h>
Data Fields | |
| AVFrame * | frame | 
| ThreadFrame | tf | 
| MvField * | tab_mvf | 
| RefPicList * | refPicList | 
| RefPicListTab ** | rpl_tab | 
| int | ctb_count | 
| int | poc | 
| struct HEVCFrame * | collocated_ref | 
| AVBufferRef * | tab_mvf_buf | 
| AVBufferRef * | rpl_tab_buf | 
| AVBufferRef * | rpl_buf | 
| AVBufferRef * | hwaccel_priv_buf | 
| void * | hwaccel_picture_private | 
| uint16_t | sequence | 
| A sequence counter, so that old frames are output first after a POC reset.  More... | |
| uint8_t | flags | 
| A combination of HEVC_FRAME_FLAG_*.  More... | |
| AVFrame* HEVCFrame::frame | 
Definition at line 396 of file hevcdec.h.
Referenced by fill_picture_parameters(), fill_vaapi_pic(), find_frame_rps_type(), and hls_prediction_unit().
| ThreadFrame HEVCFrame::tf | 
Definition at line 397 of file hevcdec.h.
Referenced by hevc_ref_frame().
| MvField* HEVCFrame::tab_mvf | 
Definition at line 398 of file hevcdec.h.
Referenced by hevc_ref_frame().
| RefPicList* HEVCFrame::refPicList | 
| RefPicListTab** HEVCFrame::rpl_tab | 
Definition at line 400 of file hevcdec.h.
Referenced by hevc_ref_frame().
| int HEVCFrame::ctb_count | 
Definition at line 401 of file hevcdec.h.
Referenced by hevc_ref_frame().
| int HEVCFrame::poc | 
Definition at line 402 of file hevcdec.h.
Referenced by fill_vaapi_pic(), and hevc_ref_frame().
| AVBufferRef* HEVCFrame::tab_mvf_buf | 
Definition at line 405 of file hevcdec.h.
Referenced by hevc_ref_frame().
| AVBufferRef* HEVCFrame::rpl_tab_buf | 
Definition at line 406 of file hevcdec.h.
Referenced by hevc_ref_frame().
| AVBufferRef* HEVCFrame::rpl_buf | 
Definition at line 407 of file hevcdec.h.
Referenced by hevc_ref_frame().
| AVBufferRef* HEVCFrame::hwaccel_priv_buf | 
Definition at line 409 of file hevcdec.h.
Referenced by hevc_ref_frame().
| void* HEVCFrame::hwaccel_picture_private | 
Definition at line 410 of file hevcdec.h.
Referenced by commit_bitstream_and_slice_buffer(), dxva2_hevc_decode_slice(), hevc_ref_frame(), and vdpau_hevc_start_frame().
| uint16_t HEVCFrame::sequence | 
A sequence counter, so that old frames are output first after a POC reset.
Definition at line 416 of file hevcdec.h.
Referenced by hevc_ref_frame().
| uint8_t HEVCFrame::flags | 
A combination of HEVC_FRAME_FLAG_*.
Definition at line 421 of file hevcdec.h.
Referenced by fill_vaapi_pic(), and hevc_ref_frame().
 1.8.17