FFmpeg
|
AVCodecContext* WavpackContext::avctx |
Definition at line 101 of file wavpack.c.
Referenced by wavpack_decode_init(), and wv_alloc_frame_context().
WavpackFrameContext* WavpackContext::fdec[WV_MAX_FRAME_DECODERS] |
Definition at line 103 of file wavpack.c.
Referenced by wavpack_decode_block(), wavpack_decode_end(), and wv_alloc_frame_context().
int WavpackContext::fdec_num |
Definition at line 104 of file wavpack.c.
Referenced by wavpack_decode_block(), wavpack_decode_end(), wavpack_decode_init(), and wv_alloc_frame_context().
int WavpackContext::block |
Definition at line 106 of file wavpack.c.
Referenced by wavpack_decode_frame().
int WavpackContext::samples |
Definition at line 107 of file wavpack.c.
Referenced by dsd_channel(), wavpack_decode_block(), and wavpack_decode_frame().
int WavpackContext::ch_offset |
Definition at line 108 of file wavpack.c.
Referenced by wavpack_decode_block(), and wavpack_decode_frame().
AVFrame* WavpackContext::frame |
Definition at line 110 of file wavpack.c.
Referenced by wavpack_decode_block(), and wavpack_decode_frame().
ThreadFrame WavpackContext::curr_frame |
Definition at line 111 of file wavpack.c.
Referenced by wavpack_decode_block(), wavpack_decode_end(), wavpack_decode_frame(), wavpack_decode_init(), and wv_dsd_reset().
ThreadFrame WavpackContext::prev_frame |
Definition at line 111 of file wavpack.c.
Referenced by wavpack_decode_block(), wavpack_decode_end(), wavpack_decode_frame(), and wavpack_decode_init().
Modulation WavpackContext::modulation |
Definition at line 112 of file wavpack.c.
Referenced by wavpack_decode_block(), and wavpack_decode_frame().
AVBufferRef* WavpackContext::dsd_ref |
Definition at line 114 of file wavpack.c.
Referenced by wavpack_decode_end(), and wv_dsd_reset().
DSDContext* WavpackContext::dsdctx |
Definition at line 115 of file wavpack.c.
Referenced by dsd_channel(), wavpack_decode_block(), and wv_dsd_reset().
int WavpackContext::dsd_channels |
Definition at line 116 of file wavpack.c.
Referenced by wavpack_decode_block(), and wv_dsd_reset().