FFmpeg
Data Fields
AV1DecContext Struct Reference

#include <av1dec.h>

Data Fields

const AVClassclass
 
AVCodecContextavctx
 
enum AVPixelFormat pix_fmt
 
CodedBitstreamContextcbc
 
CodedBitstreamFragment current_obu
 
AVPacketpkt
 
AVBufferRefseq_data_ref
 
AV1RawOBUseq_ref
 RefStruct reference backing raw_seq. More...
 
AV1RawSequenceHeaderraw_seq
 
AV1RawOBUheader_ref
 RefStruct reference backing raw_frame_header. More...
 
AV1RawFrameHeaderraw_frame_header
 
TileGroupInfotile_group_info
 
AV1RawOBUcll_ref
 RefStruct reference backing cll. More...
 
AV1RawMetadataHDRCLLcll
 
AV1RawOBUmdcv_ref
 RefStruct reference backing mdcv. More...
 
AV1RawMetadataHDRMDCVmdcv
 
DOVIContext dovi
 
AVFifoitut_t35_fifo
 
uint16_t tile_num
 
uint16_t tg_start
 
uint16_t tg_end
 
int operating_point_idc
 
AV1Frame ref [AV1_NUM_REF_FRAMES]
 
AV1Frame cur_frame
 
int nb_unit
 
int operating_point
 

Detailed Description

Definition at line 65 of file av1dec.h.

Field Documentation

◆ class

const AVClass* AV1DecContext::class

Definition at line 66 of file av1dec.h.

◆ avctx

AVCodecContext* AV1DecContext::avctx

Definition at line 67 of file av1dec.h.

◆ pix_fmt

enum AVPixelFormat AV1DecContext::pix_fmt

Definition at line 69 of file av1dec.h.

◆ cbc

CodedBitstreamContext* AV1DecContext::cbc

Definition at line 70 of file av1dec.h.

◆ current_obu

CodedBitstreamFragment AV1DecContext::current_obu

Definition at line 71 of file av1dec.h.

◆ pkt

AVPacket* AV1DecContext::pkt

Definition at line 72 of file av1dec.h.

◆ seq_data_ref

AVBufferRef* AV1DecContext::seq_data_ref

Definition at line 74 of file av1dec.h.

◆ seq_ref

AV1RawOBU* AV1DecContext::seq_ref

RefStruct reference backing raw_seq.

Definition at line 75 of file av1dec.h.

◆ raw_seq

AV1RawSequenceHeader* AV1DecContext::raw_seq

Definition at line 76 of file av1dec.h.

◆ header_ref

AV1RawOBU* AV1DecContext::header_ref

RefStruct reference backing raw_frame_header.

Definition at line 77 of file av1dec.h.

◆ raw_frame_header

AV1RawFrameHeader* AV1DecContext::raw_frame_header

Definition at line 78 of file av1dec.h.

◆ tile_group_info

TileGroupInfo* AV1DecContext::tile_group_info

Definition at line 79 of file av1dec.h.

◆ cll_ref

AV1RawOBU* AV1DecContext::cll_ref

RefStruct reference backing cll.

Definition at line 81 of file av1dec.h.

◆ cll

AV1RawMetadataHDRCLL* AV1DecContext::cll

Definition at line 82 of file av1dec.h.

◆ mdcv_ref

AV1RawOBU* AV1DecContext::mdcv_ref

RefStruct reference backing mdcv.

Definition at line 83 of file av1dec.h.

◆ mdcv

AV1RawMetadataHDRMDCV* AV1DecContext::mdcv

Definition at line 84 of file av1dec.h.

◆ dovi

DOVIContext AV1DecContext::dovi

Definition at line 85 of file av1dec.h.

◆ itut_t35_fifo

AVFifo* AV1DecContext::itut_t35_fifo

Definition at line 86 of file av1dec.h.

◆ tile_num

uint16_t AV1DecContext::tile_num

Definition at line 88 of file av1dec.h.

◆ tg_start

uint16_t AV1DecContext::tg_start

Definition at line 89 of file av1dec.h.

◆ tg_end

uint16_t AV1DecContext::tg_end

Definition at line 90 of file av1dec.h.

◆ operating_point_idc

int AV1DecContext::operating_point_idc

Definition at line 92 of file av1dec.h.

◆ ref

AV1Frame AV1DecContext::ref[AV1_NUM_REF_FRAMES]

Definition at line 94 of file av1dec.h.

◆ cur_frame

AV1Frame AV1DecContext::cur_frame

Definition at line 95 of file av1dec.h.

◆ nb_unit

int AV1DecContext::nb_unit

Definition at line 97 of file av1dec.h.

◆ operating_point

int AV1DecContext::operating_point

Definition at line 100 of file av1dec.h.


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