FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
int | bpp |
int | format |
int | padded_bits |
const uint8_t * | palette |
int | palette_size |
const uint8_t * | video |
int | video_size |
uint8_t * | new_video |
int | new_video_size |
Detailed Description
Definition at line 36 of file libavcodec/cdxl.c.
Field Documentation
AVCodecContext* CDXLVideoContext::avctx |
Definition at line 37 of file libavcodec/cdxl.c.
Referenced by bitline2chunky(), bitplanar2chunky(), cdxl_decode_frame(), cdxl_decode_ham6(), cdxl_decode_ham8(), cdxl_decode_init(), and import_format().
int CDXLVideoContext::bpp |
Definition at line 38 of file libavcodec/cdxl.c.
Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().
int CDXLVideoContext::format |
Definition at line 39 of file libavcodec/cdxl.c.
Referenced by 7digital-python.lockerEndpoint.DownloadUrls::__init__(), cdxl_decode_frame(), and import_format().
uint8_t* CDXLVideoContext::new_video |
Definition at line 45 of file libavcodec/cdxl.c.
Referenced by cdxl_decode_end(), cdxl_decode_frame(), cdxl_decode_ham6(), and cdxl_decode_ham8().
int CDXLVideoContext::new_video_size |
Definition at line 46 of file libavcodec/cdxl.c.
Referenced by cdxl_decode_frame(), and cdxl_decode_init().
int CDXLVideoContext::padded_bits |
Definition at line 40 of file libavcodec/cdxl.c.
Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().
const uint8_t* CDXLVideoContext::palette |
Definition at line 41 of file libavcodec/cdxl.c.
Referenced by cdxl_decode_frame(), and import_palette().
int CDXLVideoContext::palette_size |
Definition at line 42 of file libavcodec/cdxl.c.
Referenced by cdxl_decode_frame(), and import_palette().
const uint8_t* CDXLVideoContext::video |
Definition at line 43 of file libavcodec/cdxl.c.
Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().
int CDXLVideoContext::video_size |
Definition at line 44 of file libavcodec/cdxl.c.
Referenced by bitline2chunky(), bitplanar2chunky(), and cdxl_decode_frame().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11