[PATCH v4 17/36] media: Add userspace header file for i.MX
From: slongerbeam@gmail.com (Steve Longerbeam)
Date: 2017-02-22 23:54:53
Also in:
linux-devicetree, linux-media, lkml
From: slongerbeam@gmail.com (Steve Longerbeam)
Date: 2017-02-22 23:54:53
Also in:
linux-devicetree, linux-media, lkml
On 02/16/2017 03:33 AM, Philipp Zabel wrote:
On Wed, 2017-02-15 at 18:19 -0800, Steve Longerbeam wrote:quoted
+/* + * events from the subdevs + */ +#define V4L2_EVENT_IMX_CLASS V4L2_EVENT_PRIVATE_START +#define V4L2_EVENT_IMX_NFB4EOF (V4L2_EVENT_IMX_CLASS + 1) +#define V4L2_EVENT_IMX_FRAME_INTERVAL (V4L2_EVENT_IMX_CLASS + 2)These events are still i.MX specific. I think they shouldn't be.
Done, I've exported them to V4L2_EVENT_FRAME_INTERVAL_ERROR V4L2_EVENT_NEW_FRAME_BEFORE_EOF Steve