FFmpeg
Data Fields
ParamField Struct Reference

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)
 

Detailed Description

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.

Field Documentation

◆ name

const char* ParamField::name

Definition at line 191 of file ops_impl.c.

◆ offset

size_t ParamField::offset

Definition at line 192 of file ops_impl.c.

◆ size

size_t ParamField::size

Definition at line 193 of file ops_impl.c.

◆ print_str

void(* ParamField::print_str) (char **pbuf, size_t *prem, void *p)

Definition at line 194 of file ops_impl.c.

◆ print_val

void(* ParamField::print_val) (char **pbuf, size_t *prem, void *p)

Definition at line 195 of file ops_impl.c.

◆ cmp_val

int(* ParamField::cmp_val) (void *pa, void *pb)

Definition at line 196 of file ops_impl.c.


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