>>
>> Ivan,
>>
>> There is another use case where there are two Resizer hardware working on
>the same input frame and give two different output frames of different
>resolution. How do we handle this using the one video device approach you
>> just described here?
>
> what is the difference?
>
>- you can have only one resizer device driver which will hide that
>  they are actually 2 hardware resizers. just operations will be
>  faster ;).
>

In your implementation as mentioned above, there will be one queue for the 
OUTPUT buffer type and another queue for the CAPTURE buffer type right?
So if we have two Resizer outputs, then we would need two queues of the CAPTURE 
buffer type. When application calls QBUF, on the node, which queue will be used 
for the buffer? So this makes me believe we need to two capture nodes and one 
output node for this driver. 

>- they are two device drivers (nodes) with similar characteristics.
>
>in both cases input buffer can be the same.
>
>iivanov
>
>
>
>>
>> Murali
>

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to