FFmpeg
Data Fields
AV1DecContext Struct Reference

#include <av1dec.h>

Data Fields

const AVClassclass
 
AVCodecContextavctx
 
enum AVPixelFormat pix_fmt
 
CodedBitstreamContextcbc
 
CodedBitstreamFragment current_obu
 
AVBufferRefseq_ref
 
AV1RawSequenceHeaderraw_seq
 
AVBufferRefheader_ref
 
AV1RawFrameHeaderraw_frame_header
 
TileGroupInfotile_group_info
 
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 operating_point
 

Detailed Description

Definition at line 63 of file av1dec.h.

Field Documentation

◆ class

const AVClass* AV1DecContext::class

Definition at line 64 of file av1dec.h.

◆ avctx

AVCodecContext* AV1DecContext::avctx

Definition at line 65 of file av1dec.h.

◆ pix_fmt

enum AVPixelFormat AV1DecContext::pix_fmt

Definition at line 67 of file av1dec.h.

◆ cbc

CodedBitstreamContext* AV1DecContext::cbc

Definition at line 68 of file av1dec.h.

◆ current_obu

CodedBitstreamFragment AV1DecContext::current_obu

Definition at line 69 of file av1dec.h.

◆ seq_ref

AVBufferRef* AV1DecContext::seq_ref

Definition at line 71 of file av1dec.h.

◆ raw_seq

AV1RawSequenceHeader* AV1DecContext::raw_seq

Definition at line 72 of file av1dec.h.

◆ header_ref

AVBufferRef* AV1DecContext::header_ref

Definition at line 73 of file av1dec.h.

◆ raw_frame_header

AV1RawFrameHeader* AV1DecContext::raw_frame_header

Definition at line 74 of file av1dec.h.

◆ tile_group_info

TileGroupInfo* AV1DecContext::tile_group_info

Definition at line 75 of file av1dec.h.

◆ tile_num

uint16_t AV1DecContext::tile_num

Definition at line 76 of file av1dec.h.

◆ tg_start

uint16_t AV1DecContext::tg_start

Definition at line 77 of file av1dec.h.

◆ tg_end

uint16_t AV1DecContext::tg_end

Definition at line 78 of file av1dec.h.

◆ operating_point_idc

int AV1DecContext::operating_point_idc

Definition at line 80 of file av1dec.h.

◆ ref

AV1Frame AV1DecContext::ref[AV1_NUM_REF_FRAMES]

Definition at line 82 of file av1dec.h.

◆ cur_frame

AV1Frame AV1DecContext::cur_frame

Definition at line 83 of file av1dec.h.

◆ operating_point

int AV1DecContext::operating_point

Definition at line 86 of file av1dec.h.


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