FFmpeg
Data Fields
HEVCFrame Struct Reference

#include <hevcdec.h>

Data Fields

AVFrameframe
 
ThreadFrame tf
 
MvFieldtab_mvf
 
RefPicListrefPicList
 
RefPicListTab ** rpl_tab
 
int ctb_count
 
int poc
 
struct HEVCFramecollocated_ref
 
AVBufferReftab_mvf_buf
 
AVBufferRefrpl_tab_buf
 
AVBufferRefrpl_buf
 
AVBufferRefhwaccel_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...
 

Detailed Description

Definition at line 311 of file hevcdec.h.

Field Documentation

◆ frame

AVFrame* HEVCFrame::frame

◆ tf

ThreadFrame HEVCFrame::tf

Definition at line 313 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ tab_mvf

MvField* HEVCFrame::tab_mvf

Definition at line 314 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ refPicList

RefPicList* HEVCFrame::refPicList

Definition at line 315 of file hevcdec.h.

◆ rpl_tab

RefPicListTab** HEVCFrame::rpl_tab

Definition at line 316 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ ctb_count

int HEVCFrame::ctb_count

Definition at line 317 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ poc

int HEVCFrame::poc

Definition at line 318 of file hevcdec.h.

Referenced by fill_vaapi_pic(), and hevc_ref_frame().

◆ collocated_ref

struct HEVCFrame* HEVCFrame::collocated_ref

Definition at line 319 of file hevcdec.h.

◆ tab_mvf_buf

AVBufferRef* HEVCFrame::tab_mvf_buf

Definition at line 321 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ rpl_tab_buf

AVBufferRef* HEVCFrame::rpl_tab_buf

Definition at line 322 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ rpl_buf

AVBufferRef* HEVCFrame::rpl_buf

Definition at line 323 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ hwaccel_priv_buf

AVBufferRef* HEVCFrame::hwaccel_priv_buf

Definition at line 325 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ hwaccel_picture_private

void* HEVCFrame::hwaccel_picture_private

◆ sequence

uint16_t HEVCFrame::sequence

A sequence counter, so that old frames are output first after a POC reset.

Definition at line 332 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ flags

uint8_t HEVCFrame::flags

A combination of HEVC_FRAME_FLAG_*.

Definition at line 337 of file hevcdec.h.

Referenced by fill_vaapi_pic(), and hevc_ref_frame().


The documentation for this struct was generated from the following file: