Re: [PATCH v2] media: vimc: Add vimc-streamer for stream control

2019-01-17 Thread Lucas Magalhães
Hi Helen, Thanks for the review. Just answer the question you made. On Tue, Jan 15, 2019 at 2:45 PM Helen Koike wrote: > > Hi Lucas, > > Thank you for this patch, please see my comments below. > > On 1/14/19 10:19 PM, Lucas A. M. Magalhaes wrote: > > Add a linear pipeline logic for the stream con

Re: [PATCH v2] media: vimc: Add vimc-streamer for stream control

2019-01-15 Thread Helen Koike
Hi Lucas, Thank you for this patch, please see my comments below. On 1/14/19 10:19 PM, Lucas A. M. Magalhaes wrote: > Add a linear pipeline logic for the stream control. It's created by > walking backwards on the entity graph. When the stream starts it will > simply loop through the pipeline call

[PATCH v2] media: vimc: Add vimc-streamer for stream control

2019-01-14 Thread Lucas A. M. Magalhaes
Add a linear pipeline logic for the stream control. It's created by walking backwards on the entity graph. When the stream starts it will simply loop through the pipeline calling the respective process_frame function of each entity. Fixes: f2fe89061d797 ("vimc: Virtual Media Controller core, captu