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

Data Fields

const AVClassclass
 
int w
 
int h
 
AVRational frame_rate
 
uint64_t pts
 
int maxiter
 
double start_x
 
double start_y
 
double start_scale
 
double end_scale
 
double end_pts
 
double bailout
 
int outer
 
int inner
 
int cache_allocated
 
int cache_used
 
Pointpoint_cache
 
Pointnext_cache
 
double(* zyklus )[2]
 
uint32_t dither
 
double morphxf
 
double morphyf
 
double morphamp
 

Detailed Description

Definition at line 60 of file vsrc_mandelbrot.c.

Field Documentation

const AVClass* MBContext::class

Definition at line 61 of file vsrc_mandelbrot.c.

int MBContext::w
int MBContext::h

Definition at line 62 of file vsrc_mandelbrot.c.

Referenced by config_props(), draw_mandelbrot(), init(), interpol(), and request_frame().

AVRational MBContext::frame_rate

Definition at line 63 of file vsrc_mandelbrot.c.

Referenced by config_props().

uint64_t MBContext::pts

Definition at line 64 of file vsrc_mandelbrot.c.

Referenced by request_frame().

int MBContext::maxiter

Definition at line 65 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::start_x

Definition at line 66 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().

double MBContext::start_y

Definition at line 67 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::start_scale

Definition at line 68 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::end_scale

Definition at line 69 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::end_pts

Definition at line 70 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::bailout

Definition at line 71 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

int MBContext::outer

Definition at line 72 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

int MBContext::inner

Definition at line 73 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

int MBContext::cache_allocated

Definition at line 74 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

int MBContext::cache_used

Definition at line 75 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), fill_from_cache(), and init().

Point* MBContext::point_cache

Definition at line 76 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), fill_from_cache(), init(), and uninit().

Point* MBContext::next_cache

Definition at line 77 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().

double(* MBContext::zyklus)[2]

Definition at line 78 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), init(), and uninit().

uint32_t MBContext::dither

Definition at line 79 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::morphxf

Definition at line 81 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::morphyf

Definition at line 82 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::morphamp

Definition at line 83 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().


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