EdgeAI TIOVX Apps Guide
misc.h File Reference
Include dependency graph for misc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * map_image (vx_image image, uint8_t plane, vx_map_id *map_id)
 
void unmap_image (vx_image image, vx_map_id map_id)
 
void set_mosaic_background (vx_image image, char *title)
 
void update_perf_overlay (vx_image image, EdgeAIPerfStats *perf_stats_handle)
 
void print_perf (GraphObj *graph, EdgeAIPerfStats *perf_stats_handle)
 

Function Documentation

◆ map_image()

void* map_image ( vx_image  image,
uint8_t  plane,
vx_map_id *  map_id 
)

◆ unmap_image()

void unmap_image ( vx_image  image,
vx_map_id  map_id 
)

◆ set_mosaic_background()

void set_mosaic_background ( vx_image  image,
char *  title 
)

◆ update_perf_overlay()

void update_perf_overlay ( vx_image  image,
EdgeAIPerfStats *  perf_stats_handle 
)

◆ print_perf()

void print_perf ( GraphObj *  graph,
EdgeAIPerfStats *  perf_stats_handle 
)