Data Fields | |
| const AVClass * | class |
| int | w |
| int | h |
| AVRational | time_base |
| uint64_t | pts |
| char * | size |
| 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 |
| Point * | point_cache |
| Point * | next_cache |
| double(* | zyklus )[2] |
| uint32_t | dither |
Definition at line 55 of file vsrc_mandelbrot.c.
| double MBContext::bailout |
Definition at line 71 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), fill_from_cache(), and init().
| const AVClass* MBContext::class |
| uint32_t MBContext::dither |
| double MBContext::end_pts |
| double MBContext::end_scale |
| int MBContext::h |
Definition at line 57 of file vsrc_mandelbrot.c.
Referenced by config_props(), draw_mandelbrot(), init(), interpol(), and request_frame().
| enum Inner MBContext::inner |
Definition at line 73 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
| enum Outer MBContext::outer |
Definition at line 72 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), fill_from_cache(), init(), and uninit().
| uint64_t MBContext::pts |
| char * MBContext::rate |
| char* MBContext::size |
| double MBContext::start_scale |
| double MBContext::start_x |
Definition at line 62 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
| double MBContext::start_y |
| int MBContext::w |
Definition at line 57 of file vsrc_mandelbrot.c.
Referenced by config_props(), draw_mandelbrot(), fill_from_cache(), init(), interpol(), and request_frame().
| double(* MBContext::zyklus)[2] |
Definition at line 74 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), init(), and uninit().
1.5.8