Re: [PATCH 3/4] media: imx-csi: add frame size/interval enumeration

From: Steve Longerbeam
Date: Tue Mar 21 2017 - 19:46:11 EST


This is a multi-part message in MIME format. Hi Russell,

On 03/19/2017 03:49 AM, Russell King wrote:
Add frame size and frame interval enumeration to CSI.

CSI can scale the image independently horizontally and vertically by a
factor of two, which enumerates to four different frame sizes.

CSI can also drop frames, resulting in frame rate reduction, so
enumerate the resulting possible output frame rates.


I applied this patch, modified to return a frame size range on the
sink pad. Also, I believe both frame size and frame interval
enumeration should base their decision making on the crop rectangle
at the sink pad, not on the format at the source pads, due to the
crop/compose re-org patch from Philipp.

The updated patch is attached.

Steve