Re: [PATCH v3 9/9] media: vimc: Run multiple captures on same thread

2020-09-12 Thread Kaaira Gupta
On Wed, Sep 02, 2020 at 11:46:50AM +0100, Kieran Bingham wrote: > Hi Kaaira, > > On 19/08/2020 19:04, Kaaira Gupta wrote: > > If multiple captures try to enable stream, start their stream but do not > > initialise the pipeline again. Also, don't start the thread separately. > > Starting their

Re: [PATCH v3 9/9] media: vimc: Run multiple captures on same thread

2020-09-02 Thread Kieran Bingham
Hi Kaaira, On 19/08/2020 19:04, Kaaira Gupta wrote: > If multiple captures try to enable stream, start their stream but do not > initialise the pipeline again. Also, don't start the thread separately. > Starting their streams will update the use count and their frames would > be processed by the

[PATCH v3 9/9] media: vimc: Run multiple captures on same thread

2020-08-19 Thread Kaaira Gupta
If multiple captures try to enable stream, start their stream but do not initialise the pipeline again. Also, don't start the thread separately. Starting their streams will update the use count and their frames would be processed by the already running thread. Signed-off-by: Kaaira Gupta ---