FFmpeg
Data Fields
DCAContext Struct Reference

#include <dcadec.h>

Data Fields

const AVClassclass
 class for AVOptions More...
 
AVCodecContextavctx
 
DCACoreDecoder core
 Core decoder context. More...
 
DCAExssParser exss
 EXSS parser context. More...
 
DCAXllDecoder xll
 XLL decoder context. More...
 
DCALbrDecoder lbr
 LBR decoder context. More...
 
DCADSPContext dcadsp
 
const AVCRCcrctab
 
uint8_t * buffer
 Packet buffer. More...
 
unsigned int buffer_size
 
int packet
 Packet flags. More...
 
int request_channel_layout
 Converted from avctx.request_channel_layout. More...
 
int core_only
 Core only decoding flag. More...
 
int output_channel_order
 
AVChannelLayout downmix_layout
 

Detailed Description

Definition at line 53 of file dcadec.h.

Field Documentation

◆ class

const AVClass* DCAContext::class

class for AVOptions

Definition at line 54 of file dcadec.h.

◆ avctx

AVCodecContext* DCAContext::avctx

Definition at line 55 of file dcadec.h.

◆ core

DCACoreDecoder DCAContext::core

Core decoder context.

Definition at line 57 of file dcadec.h.

Referenced by combine_residual_frame(), and force_lossy_output().

◆ exss

DCAExssParser DCAContext::exss

EXSS parser context.

Definition at line 58 of file dcadec.h.

Referenced by ff_dca_core_filter_frame(), and ff_dca_xll_filter_frame().

◆ xll

DCAXllDecoder DCAContext::xll

XLL decoder context.

Definition at line 59 of file dcadec.h.

◆ lbr

DCALbrDecoder DCAContext::lbr

LBR decoder context.

Definition at line 60 of file dcadec.h.

◆ dcadsp

DCADSPContext DCAContext::dcadsp

Definition at line 62 of file dcadec.h.

◆ crctab

const AVCRC* DCAContext::crctab

Definition at line 64 of file dcadec.h.

Referenced by ff_dca_check_crc(), and parse_optional_info().

◆ buffer

uint8_t* DCAContext::buffer

Packet buffer.

Definition at line 66 of file dcadec.h.

◆ buffer_size

unsigned int DCAContext::buffer_size

Definition at line 67 of file dcadec.h.

◆ packet

int DCAContext::packet

◆ request_channel_layout

int DCAContext::request_channel_layout

Converted from avctx.request_channel_layout.

Definition at line 71 of file dcadec.h.

Referenced by ff_dca_core_filter_frame(), ff_dca_core_parse_exss(), ff_dca_xll_filter_frame(), parse_decoder_init(), parse_optional_info(), and parse_sub_headers().

◆ core_only

int DCAContext::core_only

Core only decoding flag.

Definition at line 72 of file dcadec.h.

Referenced by parse_optional_info().

◆ output_channel_order

int DCAContext::output_channel_order

Definition at line 73 of file dcadec.h.

◆ downmix_layout

AVChannelLayout DCAContext::downmix_layout

Definition at line 74 of file dcadec.h.


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