FFmpeg
Data Fields
HEVCFrame Struct Reference

#include <hevcdec.h>

Data Fields

AVFrameframe
 
AVFrameframe_grain
 
ThreadFrame tf
 
ThreadFrame tf_grain
 
int needs_fg
 
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 395 of file hevcdec.h.

Field Documentation

◆ frame

AVFrame* HEVCFrame::frame

◆ frame_grain

AVFrame* HEVCFrame::frame_grain

Definition at line 397 of file hevcdec.h.

◆ tf

ThreadFrame HEVCFrame::tf

Definition at line 398 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ tf_grain

ThreadFrame HEVCFrame::tf_grain

Definition at line 399 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ needs_fg

int HEVCFrame::needs_fg

Definition at line 400 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ tab_mvf

MvField* HEVCFrame::tab_mvf

Definition at line 401 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ refPicList

RefPicList* HEVCFrame::refPicList

Definition at line 402 of file hevcdec.h.

◆ rpl_tab

RefPicListTab** HEVCFrame::rpl_tab

Definition at line 403 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ ctb_count

int HEVCFrame::ctb_count

Definition at line 404 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ poc

int HEVCFrame::poc

Definition at line 405 of file hevcdec.h.

Referenced by fill_vaapi_pic(), and hevc_ref_frame().

◆ collocated_ref

struct HEVCFrame* HEVCFrame::collocated_ref

Definition at line 406 of file hevcdec.h.

◆ tab_mvf_buf

AVBufferRef* HEVCFrame::tab_mvf_buf

Definition at line 408 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ rpl_tab_buf

AVBufferRef* HEVCFrame::rpl_tab_buf

Definition at line 409 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ rpl_buf

AVBufferRef* HEVCFrame::rpl_buf

Definition at line 410 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ hwaccel_priv_buf

AVBufferRef* HEVCFrame::hwaccel_priv_buf

Definition at line 412 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 419 of file hevcdec.h.

Referenced by hevc_ref_frame().

◆ flags

uint8_t HEVCFrame::flags

A combination of HEVC_FRAME_FLAG_*.

Definition at line 424 of file hevcdec.h.

Referenced by fill_vaapi_pic(), and hevc_ref_frame().


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