FFmpeg
|
Data Fields | |
WMAProDecodeCtx | xma [XMA_MAX_STREAMS] |
AVFrame * | frames [XMA_MAX_STREAMS] |
int | current_stream |
int | num_streams |
float | samples [XMA_MAX_CHANNELS][512 *64] |
int | offset [XMA_MAX_STREAMS] |
int | start_channel [XMA_MAX_STREAMS] |
Definition at line 240 of file wmaprodec.c.
WMAProDecodeCtx XMADecodeCtx::xma[XMA_MAX_STREAMS] |
Definition at line 241 of file wmaprodec.c.
Referenced by xma_decode_end(), xma_decode_init(), xma_decode_packet(), and xma_flush().
AVFrame* XMADecodeCtx::frames[XMA_MAX_STREAMS] |
Definition at line 242 of file wmaprodec.c.
Referenced by xma_decode_end(), xma_decode_init(), and xma_decode_packet().
int XMADecodeCtx::current_stream |
Definition at line 243 of file wmaprodec.c.
Referenced by xma_decode_packet(), and xma_flush().
int XMADecodeCtx::num_streams |
Definition at line 244 of file wmaprodec.c.
Referenced by xma_decode_end(), xma_decode_init(), xma_decode_packet(), and xma_flush().
float XMADecodeCtx::samples[XMA_MAX_CHANNELS][512 *64] |
Definition at line 245 of file wmaprodec.c.
Referenced by xma_decode_packet().
int XMADecodeCtx::offset[XMA_MAX_STREAMS] |
Definition at line 246 of file wmaprodec.c.
Referenced by xma_decode_packet(), and xma_flush().
int XMADecodeCtx::start_channel[XMA_MAX_STREAMS] |
Definition at line 247 of file wmaprodec.c.
Referenced by xma_decode_init(), and xma_decode_packet().