FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RawVideoContext Struct Reference

Data Fields

AVClassav_class
 
AVBufferRefpalette
 
int frame_size
 
int flip
 
int is_1_2_4_8_bpp
 
int is_mono
 
int is_pal8
 
int is_nut_mono
 
int is_nut_pal8
 
int is_yuv2
 
int is_lt_16bpp
 
int tff
 
BswapDSPContext bbdsp
 
voidbitstream_buf
 
unsigned int bitstream_buf_size
 

Detailed Description

Definition at line 39 of file rawdec.c.

Field Documentation

AVClass* RawVideoContext::av_class

Definition at line 40 of file rawdec.c.

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_1_2_4_8_bpp

Definition at line 44 of file rawdec.c.

Referenced by raw_decode().

int RawVideoContext::is_mono

Definition at line 45 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::is_pal8

Definition at line 46 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::is_nut_mono

Definition at line 47 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::is_nut_pal8

Definition at line 48 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::is_yuv2

Definition at line 49 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::is_lt_16bpp

Definition at line 50 of file rawdec.c.

Referenced by raw_decode().

int RawVideoContext::tff

Definition at line 51 of file rawdec.c.

Referenced by raw_decode().

BswapDSPContext RawVideoContext::bbdsp

Definition at line 53 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

void* RawVideoContext::bitstream_buf

Definition at line 54 of file rawdec.c.

Referenced by raw_decode().

unsigned int RawVideoContext::bitstream_buf_size

Definition at line 55 of file rawdec.c.

Referenced by raw_decode().


The documentation for this struct was generated from the following file: