Re: [PATCH v3 2/9] media: vimc: Add get_frame callback

2020-10-02 Thread Dafna Hirschfeld
Hi, Am 20.08.20 um 17:36 schrieb Kieran Bingham: Hi Kaaira, On 19/08/2020 19:04, Kaaira Gupta wrote: In the process of making vimc compatible for multiple streams, we need to create a frame passing process such that two different entities can get the frame from a common entity. This isn't poss

Re: [PATCH v3 2/9] media: vimc: Add get_frame callback

2020-09-12 Thread Kaaira Gupta
On Thu, Aug 20, 2020 at 04:36:56PM +0100, Kieran Bingham wrote: > Hi Kaaira, > > On 19/08/2020 19:04, Kaaira Gupta wrote: > > In the process of making vimc compatible for multiple streams, we need > > to create a frame passing process such that two different entities can > > get the frame from a c

Re: [PATCH v3 2/9] media: vimc: Add get_frame callback

2020-08-20 Thread Kieran Bingham
Hi Kaaira, On 19/08/2020 19:04, Kaaira Gupta wrote: > In the process of making vimc compatible for multiple streams, we need > to create a frame passing process such that two different entities can > get the frame from a common entity. This isn't possible currently without > calling process_frame

[PATCH v3 2/9] media: vimc: Add get_frame callback

2020-08-19 Thread Kaaira Gupta
In the process of making vimc compatible for multiple streams, we need to create a frame passing process such that two different entities can get the frame from a common entity. This isn't possible currently without calling process_frame twice for the common entity, as process_frames returns the fr