OSDN Git Service

msm: vidc: Fix the type of frame size
authorVikash Garodia <vgarodia@codeaurora.org>
Mon, 16 Oct 2017 15:00:14 +0000 (20:30 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Tue, 17 Oct 2017 04:55:52 +0000 (21:55 -0700)
commit6ed59ad591b18517f9fe1b87a50b4c735e9da38e
tree5a85dca54a0a0f36827d792f06de45cd25d6aea1
parent6d08baec3167417c0950132dc231a7ae8e2bc283
msm: vidc: Fix the type of frame size

VIDIOC_ENUM_FRAMESIZES ioctl enumerate all frame sizes
that the device supports for the given pixel format. It
also provides the type of frame sizes the device supports.
The frame type supported is stepwise and it is continuous
i.e. the step size is 1. Keeping it as stepwise.

Change-Id: I9c801bd3dface3b1d1d824aea124e9c0666e09e1
Signed-off-by: Vikash Garodia <vgarodia@codeaurora.org>
drivers/media/platform/msm/vidc/msm_vidc.c