From ce392fd7253d53736c162681c519088a058f592b Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Wed, 12 Feb 2014 04:04:22 -0300 Subject: [PATCH] [media] v4l: ti-vpe: Allow usage of smaller images The minimum width and height for VPE input/output was kept as 128 pixels. VPE doesn't have a constraint on the image height, it requires the image width to be at least 16 bytes. Change the minimum supported dimensions to 32x32. This allows us to de-interlace qcif content. A smaller image size than 32x32 didn't make much sense, so stopped at this. Reviewed-by: Hans Verkuil Signed-off-by: Archit Taneja Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed