FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HEVCFrame Struct Reference

#include <hevc.h>

Data Fields

AVFrameframe
 
ThreadFrame tf
 
MvFieldtab_mvf
 
RefPicListrefPicList
 
RefPicListTab ** rpl_tab
 
int ctb_count
 
int poc
 
struct HEVCFramecollocated_ref
 
HEVCWindow window
 
AVBufferReftab_mvf_buf
 
AVBufferRefrpl_tab_buf
 
AVBufferRefrpl_buf
 
AVBufferRefhwaccel_priv_buf
 
voidhwaccel_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 718 of file hevc.h.

Field Documentation

AVFrame* HEVCFrame::frame
ThreadFrame HEVCFrame::tf
MvField* HEVCFrame::tab_mvf
RefPicList* HEVCFrame::refPicList
RefPicListTab** HEVCFrame::rpl_tab
int HEVCFrame::ctb_count

Definition at line 724 of file hevc.h.

Referenced by alloc_frame(), hevc_ref_frame(), and init_slice_rpl().

int HEVCFrame::poc
struct HEVCFrame* HEVCFrame::collocated_ref

Definition at line 726 of file hevc.h.

Referenced by ff_hevc_slice_rpl(), ff_hevc_unref_frame(), and temporal_luma_motion_vector().

HEVCWindow HEVCFrame::window

Definition at line 728 of file hevc.h.

Referenced by ff_hevc_output_frame(), ff_hevc_set_new_ref(), and hevc_ref_frame().

AVBufferRef* HEVCFrame::tab_mvf_buf

Definition at line 730 of file hevc.h.

Referenced by alloc_frame(), ff_hevc_unref_frame(), and hevc_ref_frame().

AVBufferRef* HEVCFrame::rpl_tab_buf

Definition at line 731 of file hevc.h.

Referenced by alloc_frame(), ff_hevc_unref_frame(), and hevc_ref_frame().

AVBufferRef* HEVCFrame::rpl_buf

Definition at line 732 of file hevc.h.

Referenced by alloc_frame(), ff_hevc_unref_frame(), hevc_ref_frame(), and init_slice_rpl().

AVBufferRef* HEVCFrame::hwaccel_priv_buf

Definition at line 734 of file hevc.h.

Referenced by alloc_frame(), ff_hevc_unref_frame(), and hevc_ref_frame().

void* HEVCFrame::hwaccel_picture_private
uint16_t HEVCFrame::sequence

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

Definition at line 741 of file hevc.h.

Referenced by ff_hevc_bump_frame(), ff_hevc_output_frame(), ff_hevc_set_new_ref(), find_ref_idx(), generate_missing_ref(), and hevc_ref_frame().

uint8_t HEVCFrame::flags

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