Re: [PATCH v2 6/6] media: vicodec: Add support for resolution change event.

2019-01-17 Thread Hans Verkuil
On 1/16/19 4:25 PM, Dafna Hirschfeld wrote: > If the the queues are not streaming then the first resolution > change is handled in the buf_queue callback. > The following resolution change events are handled in job_ready. > > Signed-off-by: Dafna Hirschfeld > --- > drivers/media/platform/vicodec

Re: [PATCH v2 6/6] media: vicodec: Add support for resolution change event.

2019-01-17 Thread Hans Verkuil
On 1/16/19 4:25 PM, Dafna Hirschfeld wrote: > If the the queues are not streaming then the first resolution > change is handled in the buf_queue callback. > The following resolution change events are handled in job_ready. > > Signed-off-by: Dafna Hirschfeld > --- > drivers/media/platform/vicodec

[PATCH v2 6/6] media: vicodec: Add support for resolution change event.

2019-01-16 Thread Dafna Hirschfeld
If the the queues are not streaming then the first resolution change is handled in the buf_queue callback. The following resolution change events are handled in job_ready. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/vicodec-core.c | 381 ++ 1 file changed,