FFmpeg
Data Fields
TTAContext Struct Reference

Data Fields

AVClassclass
 
AVCodecContextavctx
 
const AVCRCcrc_table
 
int format
 
int channels
 
int bps
 
unsigned data_length
 
int frame_length
 
int last_frame_length
 
int32_tdecode_buffer
 
uint8_t crc_pass [8]
 
uint8_t * pass
 
TTAChannelch_ctx
 
TTADSPContext dsp
 
int totalframes
 
int currentframe
 
int frame_size
 
int last_frame_size
 

Detailed Description

Definition at line 49 of file tta.c.

Field Documentation

◆ class

AVClass* TTAContext::class

Definition at line 50 of file tta.c.

◆ avctx

AVCodecContext* TTAContext::avctx

Definition at line 51 of file tta.c.

◆ crc_table

const AVCRC* TTAContext::crc_table

Definition at line 52 of file tta.c.

◆ format

int TTAContext::format

Definition at line 54 of file tta.c.

◆ channels

int TTAContext::channels

Definition at line 54 of file tta.c.

◆ bps

int TTAContext::bps

Definition at line 54 of file tta.c.

◆ data_length

unsigned TTAContext::data_length

Definition at line 55 of file tta.c.

◆ frame_length

int TTAContext::frame_length

Definition at line 56 of file tta.c.

◆ last_frame_length

int TTAContext::last_frame_length

Definition at line 56 of file tta.c.

◆ decode_buffer

int32_t* TTAContext::decode_buffer

Definition at line 58 of file tta.c.

◆ crc_pass

uint8_t TTAContext::crc_pass[8]

Definition at line 60 of file tta.c.

◆ pass

uint8_t* TTAContext::pass

Definition at line 61 of file tta.c.

◆ ch_ctx

TTAChannel* TTAContext::ch_ctx

Definition at line 62 of file tta.c.

◆ dsp

TTADSPContext TTAContext::dsp

Definition at line 63 of file tta.c.

◆ totalframes

int TTAContext::totalframes

Definition at line 34 of file tta.c.

◆ currentframe

int TTAContext::currentframe

Definition at line 34 of file tta.c.

◆ frame_size

int TTAContext::frame_size

Definition at line 35 of file tta.c.

◆ last_frame_size

int TTAContext::last_frame_size

Definition at line 36 of file tta.c.


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