mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
The V4L2_BUF_TYPE_META_OUTPUT mirrors the V4L2_BUF_TYPE_META_CAPTURE with the exception that it is an OUTPUT type. The use case for this is to pass buffers to the device that are not image data but metadata. The formats, just as the metadata capture formats, are typically device specific and highly structured. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> (am from https://patchwork.linuxtv.org/patch/43308/) Conflicts: drivers/media/v4l2-core/v4l2-ioctl.c include/media/v4l2-ioctl.h BUG=b:66317170 TEST=compile Change-Id: I86495fe82bf8dbddbc40f0ee1eb8e21145f427d3 Signed-off-by: Tomasz Figa <tfiga@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/676768 Reviewed-by: Ricky Liang <jcliang@chromium.org> Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>