Home
last modified time | relevance | path

Searched refs:MAX_JPG_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp43 #define MAX_JPG_HEIGHT (8192) macro
420 if (iH < 0 || MAX_JPG_HEIGHT < iH) { in setSize()
DExynosJpegDecoder.cpp48 #define MAX_JPG_HEIGHT (8192) macro
158 if (iH < 0 || MAX_JPG_HEIGHT < iH) { in setScaledSize()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp32 #define MAX_JPG_HEIGHT (8192) macro
766 if (h < 0 || MAX_JPG_HEIGHT < h) { in setThumbnailSize()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp28 #define MAX_JPG_HEIGHT (8192) macro
783 if (h < 0 || MAX_JPG_HEIGHT < h) { in setThumbnailSize()