commit | f07602ac388723233e9e3c5a05b54baf34e0a3e9 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Fri Oct 11 06:32:44 2019 -0300 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Oct 21 07:42:01 2019 -0300 |
tree | 10013d1eb5e989459c56b8f31911cf1690d4fcd6 | |
parent | bef41d93aac64b54c3008ca6170bec54f85784f5 [diff] |
media: v4l2-mem2mem: add new_frame detection Drivers that support VB2_V4L2_FL_SUPPORTS_M2M_HOLD_CAPTURE_BUF typically want to know if a new frame is started (i.e. the first slice is about to be processed). Add a new_frame bool to v4l2_m2m_ctx and set it accordingly. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>