FFmpeg
Data Fields
VVCContext Struct Reference

#include <dec.h>

Data Fields

struct AVCodecContextavctx
 
CodedBitstreamContextcbc
 
CodedBitstreamFragment current_frame
 
VVCParamSets ps
 
int temporal_id
 temporal_id_plus1 - 1 More...
 
int poc_tid0
 
int eos
 current packet contains an EOS/EOB NAL More...
 
int last_eos
 last packet contains an EOS/EOB NAL More...
 
enum VVCNALUnitType vcl_unit_type
 
int no_output_before_recovery_flag
 NoOutputBeforeRecoveryFlag. More...
 
int gdr_recovery_point_poc
 recoveryPointPocVal More...
 
uint16_t seq_decode
 Sequence counters for decoded and output frames, so that old frames are output first after a POC reset. More...
 
uint16_t seq_output
 
struct AVExecutorexecutor
 
VVCFrameContextfcs
 
int nb_fcs
 
uint64_t nb_frames
 processed frames More...
 
int nb_delayed
 delayed frames More...
 

Detailed Description

Definition at line 195 of file dec.h.

Field Documentation

◆ avctx

struct AVCodecContext* VVCContext::avctx

Definition at line 196 of file dec.h.

◆ cbc

CodedBitstreamContext* VVCContext::cbc

Definition at line 198 of file dec.h.

◆ current_frame

CodedBitstreamFragment VVCContext::current_frame

Definition at line 199 of file dec.h.

◆ ps

VVCParamSets VVCContext::ps

Definition at line 201 of file dec.h.

◆ temporal_id

int VVCContext::temporal_id

temporal_id_plus1 - 1

Definition at line 203 of file dec.h.

◆ poc_tid0

int VVCContext::poc_tid0

Definition at line 204 of file dec.h.

◆ eos

int VVCContext::eos

current packet contains an EOS/EOB NAL

Definition at line 206 of file dec.h.

◆ last_eos

int VVCContext::last_eos

last packet contains an EOS/EOB NAL

Definition at line 207 of file dec.h.

◆ vcl_unit_type

enum VVCNALUnitType VVCContext::vcl_unit_type

Definition at line 209 of file dec.h.

◆ no_output_before_recovery_flag

int VVCContext::no_output_before_recovery_flag

NoOutputBeforeRecoveryFlag.

Definition at line 210 of file dec.h.

◆ gdr_recovery_point_poc

int VVCContext::gdr_recovery_point_poc

recoveryPointPocVal

Definition at line 211 of file dec.h.

◆ seq_decode

uint16_t VVCContext::seq_decode

Sequence counters for decoded and output frames, so that old frames are output first after a POC reset.

Definition at line 217 of file dec.h.

◆ seq_output

uint16_t VVCContext::seq_output

Definition at line 218 of file dec.h.

◆ executor

struct AVExecutor* VVCContext::executor

Definition at line 220 of file dec.h.

◆ fcs

VVCFrameContext* VVCContext::fcs

Definition at line 222 of file dec.h.

◆ nb_fcs

int VVCContext::nb_fcs

Definition at line 223 of file dec.h.

◆ nb_frames

uint64_t VVCContext::nb_frames

processed frames

Definition at line 225 of file dec.h.

◆ nb_delayed

int VVCContext::nb_delayed

delayed frames

Definition at line 226 of file dec.h.


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