This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

grpx API call



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