FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
uint8_t * | bitstream |
int | max_framesize |
uint64_t | max_samples |
int | bitstream_size |
int | bitstream_index |
int | level |
int | rows |
int | cols |
int | wrapbuf_len |
int | block_len |
int | skip |
int * | block |
int * | wrapbuf |
int * | ampbuf |
int * | midbuf |
Definition at line 39 of file interplayacm.c.
AVCodecContext* InterplayACMContext::avctx |
Definition at line 40 of file interplayacm.c.
GetBitContext InterplayACMContext::gb |
Definition at line 41 of file interplayacm.c.
uint8_t* InterplayACMContext::bitstream |
Definition at line 42 of file interplayacm.c.
int InterplayACMContext::max_framesize |
Definition at line 43 of file interplayacm.c.
uint64_t InterplayACMContext::max_samples |
Definition at line 44 of file interplayacm.c.
int InterplayACMContext::bitstream_size |
Definition at line 45 of file interplayacm.c.
int InterplayACMContext::bitstream_index |
Definition at line 46 of file interplayacm.c.
int InterplayACMContext::level |
Definition at line 48 of file interplayacm.c.
int InterplayACMContext::rows |
Definition at line 49 of file interplayacm.c.
int InterplayACMContext::cols |
Definition at line 50 of file interplayacm.c.
int InterplayACMContext::wrapbuf_len |
Definition at line 51 of file interplayacm.c.
int InterplayACMContext::block_len |
Definition at line 52 of file interplayacm.c.
int InterplayACMContext::skip |
Definition at line 53 of file interplayacm.c.
int* InterplayACMContext::block |
Definition at line 55 of file interplayacm.c.
int* InterplayACMContext::wrapbuf |
Definition at line 56 of file interplayacm.c.
int* InterplayACMContext::ampbuf |
Definition at line 57 of file interplayacm.c.
int* InterplayACMContext::midbuf |
Definition at line 58 of file interplayacm.c.