FFmpeg
Data Fields
FFLCEVCContext Struct Reference

#include <lcevcdec.h>

Data Fields

const AVClassclass
 
LCEVC_DecoderHandle decoder
 
struct CodedBitstreamContextcbc
 
struct CodedBitstreamFragmentfrag
 
struct AVRefStructPoolframe_pool
 pool of FFLCEVCFrame More...
 
int loglevel
 
int initialized
 

Detailed Description

Definition at line 36 of file lcevcdec.h.

Field Documentation

◆ class

const AVClass* FFLCEVCContext::class

Definition at line 37 of file lcevcdec.h.

Referenced by ff_lcevc_alloc().

◆ decoder

LCEVC_DecoderHandle FFLCEVCContext::decoder

◆ cbc

struct CodedBitstreamContext* FFLCEVCContext::cbc

Definition at line 39 of file lcevcdec.h.

Referenced by ff_lcevc_alloc(), ff_lcevc_parse_frame(), and lcevc_free().

◆ frag

struct CodedBitstreamFragment* FFLCEVCContext::frag

Definition at line 40 of file lcevcdec.h.

Referenced by ff_lcevc_alloc(), ff_lcevc_parse_frame(), and lcevc_free().

◆ frame_pool

struct AVRefStructPool* FFLCEVCContext::frame_pool

pool of FFLCEVCFrame

Definition at line 41 of file lcevcdec.h.

Referenced by ff_lcevc_alloc(), and lcevc_free().

◆ loglevel

int FFLCEVCContext::loglevel

Definition at line 42 of file lcevcdec.h.

Referenced by ff_lcevc_alloc(), and lcevc_init().

◆ initialized

int FFLCEVCContext::initialized

Definition at line 43 of file lcevcdec.h.

Referenced by ff_lcevc_process(), lcevc_free(), and lcevc_init().


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