62 #ifndef _TIOVX_APPS_MISC 63 #define _TIOVX_APPS_MISC 66 #include <edgeai_nv12_drawing_utils.h> 67 #include <edgeai_overlay_perf_stats_utils.h> 73 void *
map_image(vx_image image, uint8_t plane, vx_map_id *map_id);
77 void print_perf(GraphObj *graph, EdgeAIPerfStats *perf_stats_handle);
void * map_image(vx_image image, uint8_t plane, vx_map_id *map_id)
Definition: misc.c:65
void unmap_image(vx_image image, vx_map_id map_id)
Definition: misc.c:94
void print_perf(GraphObj *graph, EdgeAIPerfStats *perf_stats_handle)
Definition: misc.c:186
void set_mosaic_background(vx_image image, char *title)
Definition: misc.c:99
void update_perf_overlay(vx_image image, EdgeAIPerfStats *perf_stats_handle)
Definition: misc.c:156