media: platform: Change the maximum width and height supported by JPEG dec
The maximum width and height supported by JPEG dec is 65535, so change them from 8192 to 65535. Reviewed-by: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Xia Jiang <xia.jiang@mediatek.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Родитель
57d1be707b
Коммит
79aa1e6859
|
@ -25,8 +25,8 @@
|
|||
|
||||
#define MTK_JPEG_MIN_WIDTH 32U
|
||||
#define MTK_JPEG_MIN_HEIGHT 32U
|
||||
#define MTK_JPEG_MAX_WIDTH 8192U
|
||||
#define MTK_JPEG_MAX_HEIGHT 8192U
|
||||
#define MTK_JPEG_MAX_WIDTH 65535U
|
||||
#define MTK_JPEG_MAX_HEIGHT 65535U
|
||||
|
||||
#define MTK_JPEG_DEFAULT_SIZEIMAGE (1 * 1024 * 1024)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче