FFmpeg
|
Data Fields | |
int | hd |
int | block_size |
int32_t | sync_idx |
Channel | channels [NB_CHANNELS] |
AudioFrameQueue | afq |
int AptXContext::hd |
Definition at line 92 of file aptx.c.
Referenced by aptx_decode_samples(), aptx_encode_samples(), and aptx_init().
int AptXContext::block_size |
Definition at line 93 of file aptx.c.
Referenced by aptx_decode_frame(), aptx_encode_frame(), and aptx_init().
int32_t AptXContext::sync_idx |
Definition at line 94 of file aptx.c.
Referenced by aptx_decode_samples(), and aptx_encode_samples().
Channel AptXContext::channels[NB_CHANNELS] |
Definition at line 95 of file aptx.c.
Referenced by aptx_decode_samples(), aptx_encode_samples(), and aptx_init().
AudioFrameQueue AptXContext::afq |
Definition at line 96 of file aptx.c.
Referenced by aptx_close(), aptx_encode_frame(), and aptx_init().