FFmpeg
|
Data Fields | |
AVClass * | av_class |
AVBufferRef * | palette |
int | frame_size |
int | flip |
int | is_2_4_bpp |
int | is_yuv2 |
int | is_lt_16bpp |
int | tff |
BswapDSPContext | bbdsp |
void * | bitstream_buf |
unsigned int | bitstream_buf_size |
AVBufferRef* RawVideoContext::palette |
Definition at line 41 of file rawdec.c.
Referenced by raw_close_decoder(), raw_decode(), and raw_init_decoder().
int RawVideoContext::frame_size |
Definition at line 42 of file rawdec.c.
Referenced by raw_decode().
int RawVideoContext::flip |
Definition at line 43 of file rawdec.c.
Referenced by raw_decode(), and raw_init_decoder().
int RawVideoContext::is_2_4_bpp |
Definition at line 44 of file rawdec.c.
Referenced by raw_decode().
int RawVideoContext::is_yuv2 |
Definition at line 45 of file rawdec.c.
Referenced by raw_decode(), and raw_init_decoder().
int RawVideoContext::is_lt_16bpp |
Definition at line 46 of file rawdec.c.
Referenced by raw_decode().
int RawVideoContext::tff |
Definition at line 47 of file rawdec.c.
Referenced by raw_decode().
BswapDSPContext RawVideoContext::bbdsp |
Definition at line 49 of file rawdec.c.
Referenced by raw_decode(), and raw_init_decoder().
void* RawVideoContext::bitstream_buf |
Definition at line 50 of file rawdec.c.
Referenced by raw_decode().
unsigned int RawVideoContext::bitstream_buf_size |
Definition at line 51 of file rawdec.c.
Referenced by raw_decode().