PandA-2024.02
Functions
filter.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int add_filter (unsigned int pos, int(*filter)(unsigned char *, unsigned char *, unsigned int, unsigned int))
 
void execute (unsigned char *in, unsigned char *out, unsigned int x_size, unsigned int y_size)
 

Function Documentation

◆ add_filter()

int add_filter ( unsigned int  pos,
int(*)(unsigned char *, unsigned char *, unsigned int, unsigned int)  filter 
)

Definition at line 9 of file filter.c.

References filter(), and pipeline.

Referenced by test().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ execute()

void execute ( unsigned char *  in,
unsigned char *  out,
unsigned int  x_size,
unsigned int  y_size 
)

Definition at line 16 of file filter.c.

References fun(), MAX_IMAGESIZE, MAX_PIPELINE_DEPTH, pipeline, and x.

Referenced by test().

Here is the call graph for this function:
Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13