Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3f75c46 authored by Gautham Mayyuri's avatar Gautham Mayyuri
Browse files

msm: jpegdma: set minimum acceptable dimension as 8x8



Reduce minimum acceptable dimension from 32x32 to 8x8.

CRs-Fixed: 1044353
Change-Id: Iebf23be99482e97a4a94b700067964a84830180d
Signed-off-by: default avatarGautham Mayyuri <gmayyuri@codeaurora.org>
parent 9e4b3ba4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,9 +36,9 @@

/* Dma input output size limitations */
#define MSM_JPEGDMA_MAX_WIDTH 65536
#define MSM_JPEGDMA_MIN_WIDTH 32
#define MSM_JPEGDMA_MIN_WIDTH 8
#define MSM_JPEGDMA_MAX_HEIGHT 65536
#define MSM_JPEGDMA_MIN_HEIGHT 32
#define MSM_JPEGDMA_MIN_HEIGHT 8
#define MSM_JPEGDMA_STRIDE_ALIGN 8

/*