i see the usecase vdec_vdis in the RDK.
#if USE_FBDEV
grpx_init(GRPX_FORMAT_RGB565);
#endif
so if i want to draw a line over the dec video,so how can i do ?
whether i can call the grpx API in the demo\graphic\graphic.c
int grpx_fb_draw_line(int startX,
int startY,
int endX,
int endY,
int color)
tks