#include <c313a.h>
Collaboration diagram for framepars_all_t:

Data Fields | |
| framepars_t | framePars [PARS_FRAMES] |
| framepars_t | func2call |
| unsigned long | globalPars [1024] |
| func2call.pars[] - each parameter has a 32-bit mask of what pgm_function to call - other fields not used | |
| framepars_past_t | pastPars [PASTPARS_SAVE_ENTRIES] |
| parameters that are not frame-related, their changes do not initiate any actions so they can be mmaped for both R/W | |
Definition at line 725 of file c313a.h.
| struct framepars_t framepars_all_t::framePars[PARS_FRAMES] |
Definition at line 726 of file c313a.h.
Referenced by framePointersXML(), init_framepars_ptr(), initFilesMmap(), main(), and Video::Video().
| unsigned long framepars_all_t::globalPars[1024] |
func2call.pars[] - each parameter has a 32-bit mask of what pgm_function to call - other fields not used
Definition at line 728 of file c313a.h.
Referenced by framePointersXML(), init_framepars_ptr(), initFilesMmap(), main(), and Video::Video().
| struct framepars_past_t framepars_all_t::pastPars[PASTPARS_SAVE_ENTRIES] |
parameters that are not frame-related, their changes do not initiate any actions so they can be mmaped for both R/W
Definition at line 729 of file c313a.h.
Referenced by init_framepars_ptr(), and initFilesMmap().
1.5.1