Re: [PATCH v4] media: v4l2-ctrl: add control for long term reference.

2020-12-08 Thread Hans Verkuil
On 08/12/2020 17:44, diksh...@codeaurora.org wrote: > Hi Hans, > > On 2020-12-02 19:18, Hans Verkuil wrote: >> On 01/12/2020 09:13, Dikshita Agarwal wrote: >>> Long Term Reference (LTR) frames are the frames that are encoded >>> sometime in the past and stored in the DPB buffer list to be used >>>

Re: [PATCH v4] media: v4l2-ctrl: add control for long term reference.

2020-12-08 Thread dikshita
Hi Hans, On 2020-12-02 19:18, Hans Verkuil wrote: On 01/12/2020 09:13, Dikshita Agarwal wrote: Long Term Reference (LTR) frames are the frames that are encoded sometime in the past and stored in the DPB buffer list to be used as reference to encode future frames. This change adds controls to en

Re: [PATCH v4] media: v4l2-ctrl: add control for long term reference.

2020-12-02 Thread Hans Verkuil
On 01/12/2020 09:13, Dikshita Agarwal wrote: > Long Term Reference (LTR) frames are the frames that are encoded > sometime in the past and stored in the DPB buffer list to be used > as reference to encode future frames. > This change adds controls to enable this feature. > > Signed-off-by: Dikshit

[PATCH v4] media: v4l2-ctrl: add control for long term reference.

2020-12-01 Thread Dikshita Agarwal
Long Term Reference (LTR) frames are the frames that are encoded sometime in the past and stored in the DPB buffer list to be used as reference to encode future frames. This change adds controls to enable this feature. Signed-off-by: Dikshita Agarwal --- .../userspace-api/media/v4l/ext-ctrls-cod