Vision Apps User Guide
app_grpx.h File Reference

Go to the source code of this file.

Data Structures

struct  app_grpx_init_prms_t
 Init parameters. More...
 

Typedefs

typedef void(* app_grpx_draw_f) (Draw2D_Handle *handle, Draw2D_BufInfo *draw2dBufInfo, uint32_t update_type)
 User callback that is invoked every 'update_interval' msecs. More...
 

Functions

int32_t appGrpxInit (app_grpx_init_prms_t *prm)
 Init graphics overlay. More...
 
void appGrpxInitParamsInit (app_grpx_init_prms_t *prm, vx_context context)
 Set default parameters for init. More...
 
int32_t appGrpxDeInit ()
 Deinit graphics overlay. More...
 
int32_t appGrpxGetDimCpuLoad (uint16_t *width, uint16_t *height)
 Get CPU load widget box dimensions. More...
 
int32_t appGrpxShowCpuLoad (uint16_t startx, uint16_t starty)
 Show CPU load. More...
 
int32_t appGrpxGetDimLogo (uint16_t *width, uint16_t *height)
 Get Logo widget box dimensions. More...
 
int32_t appGrpxShowLogo (uint16_t startx, uint16_t starty)
 Show TI logo. More...
 
int32_t appGrpxGetDimHwaLoad (uint16_t *width, uint16_t *height)
 Get VHWA load widget box dimensions. More...
 
int32_t appGrpxShowHwaLoad (uint16_t startx, uint16_t starty)
 Show Vision HWA load. More...
 
int32_t appGrpxGetDimDdrLoad (uint16_t *width, uint16_t *height)
 Get DDR load widget box dimensions. More...
 
int32_t appGrpxShowDdrLoad (uint16_t startx, uint16_t starty)
 Show DDR load. More...
 
void appGrpxDrawDefault (Draw2D_Handle *draw2d_obj, Draw2D_BufInfo *draw2d_buf_info, uint32_t update_type)
 Draw default layout. More...