Mutich_vcap_vdis是最简单的一个usecase
里面定义了两个grpxId,grpxId[0] grpxId[1]
源码中开头注释画了usecase的diagram 显示的是grpx与SW mosaic都被送到了on-chip HDMI
可是我看完源码后发现这个grpxId只被定义了 根本没有被使用。
请问这是为何》?这个grpxId是干什么用的呢
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.
Mutich_vcap_vdis是最简单的一个usecase
里面定义了两个grpxId,grpxId[0] grpxId[1]
源码中开头注释画了usecase的diagram 显示的是grpx与SW mosaic都被送到了on-chip HDMI
可是我看完源码后发现这个grpxId只被定义了 根本没有被使用。
请问这是为何》?这个grpxId是干什么用的呢
在RDK中,使用graphic层有两种方式,一是调用fbdev接口,一是使用grpx link。
在RDK demo中,默认使用fbdev接口。
而你所提到的grpxId是使用grpx link时所需要的参数。所以在demo中找不到使用的地方。
如果想在Demo中看graphic层是如何使用的,请参考demo\graphic\graphic.c
如果想直接使用grpx link,接口定义在grpxLink.h中,但在demo中没有使用此link。
感谢您的解答
不过我看demo中
814x的 USE_FBDEV 宏定义为1
而else USE_FBDEV 宏定义为0
也就是说我的8168不使用FBdev咯?