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

Data Fields

const AVClassclass
 
int w
 
int h
 
AVRational time_base
 
uint64_t pts
 
char * rate
 
int maxiter
 
double start_x
 
double start_y
 
double start_scale
 
double end_scale
 
double end_pts
 
double bailout
 
enum Outer outer
 
enum Inner inner
 
int cache_allocated
 
int cache_used
 
Pointpoint_cache
 
Pointnext_cache
 
double(* zyklus )[2]
 
uint32_t dither
 

Detailed Description

Definition at line 58 of file vsrc_mandelbrot.c.

Field Documentation

const AVClass* MBContext::class

Definition at line 59 of file vsrc_mandelbrot.c.

Referenced by init().

int MBContext::w
int MBContext::h

Definition at line 60 of file vsrc_mandelbrot.c.

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

AVRational MBContext::time_base

Definition at line 61 of file vsrc_mandelbrot.c.

Referenced by config_props(), and init().

uint64_t MBContext::pts

Definition at line 62 of file vsrc_mandelbrot.c.

Referenced by request_frame().

char* MBContext::rate

Definition at line 63 of file vsrc_mandelbrot.c.

Referenced by init(), and uninit().

int MBContext::maxiter

Definition at line 64 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::start_x

Definition at line 65 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().

double MBContext::start_y

Definition at line 66 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::start_scale

Definition at line 67 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::end_scale

Definition at line 68 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

double MBContext::end_pts

Definition at line 69 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

double MBContext::bailout

Definition at line 70 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

enum Outer MBContext::outer

Definition at line 71 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

enum Inner MBContext::inner

Definition at line 72 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().

int MBContext::cache_allocated

Definition at line 73 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and init().

int MBContext::cache_used

Definition at line 74 of file vsrc_mandelbrot.c.

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

Point* MBContext::point_cache

Definition at line 75 of file vsrc_mandelbrot.c.

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

Point* MBContext::next_cache

Definition at line 76 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().

double(* MBContext::zyklus)[2]

Definition at line 77 of file vsrc_mandelbrot.c.

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

uint32_t MBContext::dither

Definition at line 78 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot().


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