FFmpeg
Data Fields
ATDecodeContext Struct Reference

Data Fields

AVClassav_class
 
AudioConverterRef converter
 
AudioStreamPacketDescription pkt_desc
 
AVPacket in_pkt
 
AVPacket new_in_pkt
 
char * decoded_data
 
int channel_map [64]
 
uint8_textradata
 
int extradata_size
 
int64_t last_pts
 
int eof
 
int mode
 
int quality
 
struct FFBufQueue frame_queue
 
struct FFBufQueue used_frame_queue
 
unsigned pkt_size
 
AudioFrameQueue afq
 
int frame_size
 
AVFrameencoding_frame
 

Detailed Description

Definition at line 39 of file audiotoolboxdec.c.

Field Documentation

◆ av_class

AVClass * ATDecodeContext::av_class

Definition at line 40 of file audiotoolboxdec.c.

◆ converter

AudioConverterRef ATDecodeContext::converter

◆ pkt_desc

AudioStreamPacketDescription ATDecodeContext::pkt_desc

Definition at line 43 of file audiotoolboxdec.c.

Referenced by ffat_decode_callback().

◆ in_pkt

AVPacket ATDecodeContext::in_pkt

Definition at line 44 of file audiotoolboxdec.c.

Referenced by ffat_close_decoder(), ffat_decode_callback(), and ffat_decode_flush().

◆ new_in_pkt

AVPacket ATDecodeContext::new_in_pkt

◆ decoded_data

char* ATDecodeContext::decoded_data

Definition at line 46 of file audiotoolboxdec.c.

Referenced by ffat_close_decoder(), ffat_create_decoder(), and ffat_decode().

◆ channel_map

int ATDecodeContext::channel_map[64]

Definition at line 47 of file audiotoolboxdec.c.

Referenced by ffat_create_decoder(), and ffat_update_ctx().

◆ extradata

uint8_t* ATDecodeContext::extradata

◆ extradata_size

int ATDecodeContext::extradata_size

◆ last_pts

int64_t ATDecodeContext::last_pts

Definition at line 52 of file audiotoolboxdec.c.

Referenced by ffat_create_decoder(), and ffat_decode().

◆ eof

int ATDecodeContext::eof

◆ mode

int ATDecodeContext::mode

Definition at line 40 of file audiotoolboxenc.c.

Referenced by ffat_init_encoder().

◆ quality

int ATDecodeContext::quality

Definition at line 41 of file audiotoolboxenc.c.

Referenced by ffat_init_encoder().

◆ frame_queue

struct FFBufQueue ATDecodeContext::frame_queue

◆ used_frame_queue

struct FFBufQueue ATDecodeContext::used_frame_queue

◆ pkt_size

unsigned ATDecodeContext::pkt_size

Definition at line 47 of file audiotoolboxenc.c.

Referenced by ffat_encode(), and ffat_update_ctx().

◆ afq

AudioFrameQueue ATDecodeContext::afq

Definition at line 48 of file audiotoolboxenc.c.

Referenced by ffat_close_encoder(), ffat_encode(), and ffat_init_encoder().

◆ frame_size

int ATDecodeContext::frame_size

Definition at line 50 of file audiotoolboxenc.c.

Referenced by ffat_encode(), and ffat_update_ctx().

◆ encoding_frame

AVFrame* ATDecodeContext::encoding_frame

Definition at line 52 of file audiotoolboxenc.c.

Referenced by ffat_close_encoder(), ffat_encode_callback(), and ffat_init_encoder().


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