|
FFmpeg
|
#include <vvcdec.h>
Data Fields | |
| struct AVFrame * | frame |
| struct MvField * | tab_dmvr_mvf |
| RefStruct reference. More... | |
| RefPicListTab ** | rpl_tab |
| RefStruct reference. More... | |
| RefPicListTab * | rpl |
| RefStruct reference. More... | |
| int | nb_rpl_elems |
| int | ctb_count |
| int | poc |
| struct VVCFrame * | collocated_ref |
| struct FrameProgress * | progress |
| RefStruct reference. More... | |
| uint16_t | sequence |
| A sequence counter, so that old frames are output first after a POC reset. More... | |
| uint8_t | flags |
| A combination of VVC_FRAME_FLAG_*. More... | |
| struct AVFrame* VVCFrame::frame |
Definition at line 57 of file vvcdec.h.
Referenced by frame_context_setup(), and ref_frame().
| struct MvField* VVCFrame::tab_dmvr_mvf |
| RefPicListTab** VVCFrame::rpl_tab |
| RefPicListTab* VVCFrame::rpl |
| int VVCFrame::nb_rpl_elems |
Definition at line 62 of file vvcdec.h.
Referenced by ref_frame().
| int VVCFrame::ctb_count |
Definition at line 64 of file vvcdec.h.
Referenced by ref_frame().
| int VVCFrame::poc |
Definition at line 66 of file vvcdec.h.
Referenced by ref_frame().
| struct FrameProgress* VVCFrame::progress |
| uint16_t VVCFrame::sequence |
A sequence counter, so that old frames are output first after a POC reset.
Definition at line 76 of file vvcdec.h.
Referenced by ref_frame().
| uint8_t VVCFrame::flags |
A combination of VVC_FRAME_FLAG_*.
Definition at line 80 of file vvcdec.h.
Referenced by ref_frame().
1.8.17