| FFmpeg
    4.0
    | 
| Data Fields | |
| AVClass * | av_class | 
| AudioConverterRef | converter | 
| AudioStreamPacketDescription | pkt_desc | 
| AVPacket | in_pkt | 
| AVPacket | new_in_pkt | 
| char * | decoded_data | 
| int | channel_map [64] | 
| uint8_t * | extradata | 
| 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 | 
| AVFrame * | encoding_frame | 
Definition at line 39 of file audiotoolboxdec.c.
| AVClass * ATDecodeContext::av_class | 
Definition at line 40 of file audiotoolboxdec.c.
| AudioConverterRef ATDecodeContext::converter | 
Definition at line 42 of file audiotoolboxdec.c.
Referenced by ffat_close_decoder(), ffat_close_encoder(), ffat_create_decoder(), ffat_decode(), ffat_decode_flush(), ffat_encode(), ffat_encode_flush(), ffat_init_encoder(), ffat_set_extradata(), and ffat_update_ctx().
| 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 | 
Definition at line 45 of file audiotoolboxdec.c.
Referenced by ffat_close_decoder(), ffat_decode(), ffat_decode_callback(), and ffat_decode_flush().
| 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 | 
Definition at line 49 of file audiotoolboxdec.c.
Referenced by ffat_close_decoder(), ffat_create_decoder(), ffat_decode(), ffat_get_magic_cookie(), ffat_init_decoder(), ffat_init_encoder(), and ffat_set_extradata().
| int ATDecodeContext::extradata_size | 
Definition at line 50 of file audiotoolboxdec.c.
Referenced by ffat_decode(), ffat_get_magic_cookie(), ffat_init_decoder(), ffat_init_encoder(), and ffat_usable_extradata().
| int64_t ATDecodeContext::last_pts | 
Definition at line 52 of file audiotoolboxdec.c.
Referenced by ffat_create_decoder(), and ffat_decode().
| int ATDecodeContext::eof | 
Definition at line 53 of file audiotoolboxdec.c.
Referenced by ffat_decode(), ffat_decode_callback(), ffat_encode(), and ffat_encode_callback().
| 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 | 
Definition at line 44 of file audiotoolboxenc.c.
Referenced by ffat_close_encoder(), ffat_encode(), ffat_encode_callback(), and ffat_encode_flush().
| struct FFBufQueue ATDecodeContext::used_frame_queue | 
Definition at line 45 of file audiotoolboxenc.c.
Referenced by ffat_close_encoder(), ffat_encode(), ffat_encode_callback(), and ffat_encode_flush().
| unsigned ATDecodeContext::pkt_size | 
Definition at line 47 of file audiotoolboxenc.c.
Referenced by ffat_decode(), 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().
| AVFrame* ATDecodeContext::encoding_frame | 
Definition at line 52 of file audiotoolboxenc.c.
Referenced by ffat_close_encoder(), ffat_encode_callback(), and ffat_init_encoder().
 1.8.13
 1.8.13