|
FFmpeg
|
The following structure is used to describe one field from SwsAArch64OpImplParams. More...
Data Fields | |
| const char * | name |
| size_t | offset |
| size_t | size |
| void(* | print_str )(char **pbuf, size_t *prem, void *p) |
| void(* | print_val )(char **pbuf, size_t *prem, void *p) |
| int(* | cmp_val )(void *pa, void *pb) |
The following structure is used to describe one field from SwsAArch64OpImplParams.
This will be used to serialize the parameter structure, generate function names and lookup strings, and compare two sets of parameters.
Definition at line 190 of file ops_impl.c.
| const char* ParamField::name |
Definition at line 191 of file ops_impl.c.
| size_t ParamField::offset |
Definition at line 192 of file ops_impl.c.
| size_t ParamField::size |
Definition at line 193 of file ops_impl.c.
| void(* ParamField::print_str) (char **pbuf, size_t *prem, void *p) |
Definition at line 194 of file ops_impl.c.
| void(* ParamField::print_val) (char **pbuf, size_t *prem, void *p) |
Definition at line 195 of file ops_impl.c.
| int(* ParamField::cmp_val) (void *pa, void *pb) |
Definition at line 196 of file ops_impl.c.
1.8.17