CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Classes | |
class | AMD_donut_pop |
struct | Linked_list_pop |
Typedefs | |
typedef struct Linked_list_pop | donutNode |
Functions | |
donutNode * | donut_insert (donutNode *head, donutNode *x) |
donutNode * | donut_position_delete (donutNode *head, int p) |
donutNode * | donut_clean_node (donutNode *head) |
int | draw_pop_donuts (int, int, Mat *) |
vx_status VX_CALLBACK | VX_bubbles_InputValidator (vx_node node, vx_uint32 index) |
vx_status VX_CALLBACK | VX_bubbles_OutputValidator (vx_node node, vx_uint32 index, vx_meta_format meta) |
vx_status VX_CALLBACK | VX_bubbles_Kernel (vx_node node, const vx_reference *parameters, vx_uint32 num) |
vx_status | VX_donut_pop_Register (vx_context context) |
Variables | |
int | poppedDonuts = 0 |
int | globalDonutFlag = 0 |
Mat | globalDonutRefImage |
int | globalDonutChange = 0 |
donutNode * | PopDonuts = NULL |
typedef struct Linked_list_pop donutNode |
int draw_pop_donuts | ( | int | width, |
int | height, | ||
Mat * | Image ) |
vx_status VX_CALLBACK VX_bubbles_InputValidator | ( | vx_node | node, |
vx_uint32 | index ) |
vx_status VX_CALLBACK VX_bubbles_Kernel | ( | vx_node | node, |
const vx_reference * | parameters, | ||
vx_uint32 | num ) |
vx_status VX_CALLBACK VX_bubbles_OutputValidator | ( | vx_node | node, |
vx_uint32 | index, | ||
vx_meta_format | meta ) |
vx_status VX_donut_pop_Register | ( | vx_context | context | ) |
int globalDonutChange = 0 |
int globalDonutFlag = 0 |
Mat globalDonutRefImage |
donutNode* PopDonuts = NULL |
int poppedDonuts = 0 |