FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 

Detailed Description

Definition at line 39 of file audiotoolboxdec.c.

Field Documentation

AVClass * ATDecodeContext::av_class

Definition at line 40 of file audiotoolboxdec.c.

AudioConverterRef ATDecodeContext::converter
AudioStreamPacketDescription ATDecodeContext::pkt_desc

Definition at line 43 of file audiotoolboxdec.c.

Referenced by ffat_decode_callback().

AVPacket ATDecodeContext::in_pkt

Definition at line 44 of file audiotoolboxdec.c.

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

AVPacket ATDecodeContext::new_in_pkt
char* ATDecodeContext::decoded_data

Definition at line 46 of file audiotoolboxdec.c.

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

int ATDecodeContext::channel_map[64]

Definition at line 47 of file audiotoolboxdec.c.

Referenced by ffat_create_decoder(), and ffat_update_ctx().

uint8_t* ATDecodeContext::extradata
int ATDecodeContext::extradata_size
int64_t ATDecodeContext::last_pts

Definition at line 52 of file audiotoolboxdec.c.

Referenced by ffat_create_decoder(), and ffat_decode().

int ATDecodeContext::eof
int ATDecodeContext::mode

Definition at line 40 of file audiotoolboxenc.c.

Referenced by ffat_init_encoder().

int ATDecodeContext::quality

Definition at line 41 of file audiotoolboxenc.c.

Referenced by ffat_init_encoder().

struct FFBufQueue ATDecodeContext::frame_queue
struct FFBufQueue ATDecodeContext::used_frame_queue
unsigned ATDecodeContext::pkt_size

Definition at line 47 of file audiotoolboxenc.c.

Referenced by ffat_encode(), and ffat_update_ctx().

AudioFrameQueue ATDecodeContext::afq

Definition at line 48 of file audiotoolboxenc.c.

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

int ATDecodeContext::frame_size

Definition at line 50 of file audiotoolboxenc.c.

Referenced by ffat_encode(), and ffat_update_ctx().


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