每个link的逻辑结构如下图
要理解某个link的功能特性最好从下面几个方面入手
Number of input queues |
Number of output queues |
Input Type |
Input Data format |
Output Data format |
Frame-rate control |
Channel enable/disable |
Dynamic resolution change |
Haijun Guo:
小小补充一点,这里“Link”可以理解为“module”,有时候从字面上去理解(Link,链接)有些困惑。一个link就是实现一个功能的模块。
John Lin1:
Within each processor,each processing step like capture or display will run in its own independent thread. Such a independent thread of execution is called a "link" in MCFW.
Feng Dong:
John不建议你这么理解link,link更多是针对一个功能,不要将其限制在某个thread的范围内,很多link其中包含多个thread来完成其功能.还是Haijun的说明更好一些.呵呵
Yuanwei:
Hi, Feng,
我想请问 如果link的下一个链接link处理frame太慢, 会导致当前link的queue阻塞吗?
多谢
gaohao wang:
请教一下,除了mergelink以外,一个link可以接收多个输入吗?比如说a8从两处得到码流,都输入到videom3的ipcbitsinrtos这个link上。