Searched defs:MAX_JPG_HEIGHT (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp43 #define MAX_JPG_HEIGHT (8192) macro
420 if (iH < 0 || MAX_JPG_HEIGHT < iH) {
H A DExynosJpegDecoder.cpp48 #define MAX_JPG_HEIGHT (8192) macro
158 if (iH < 0 || MAX_JPG_HEIGHT < iH) {
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp28 #define MAX_JPG_HEIGHT (8192) macro
783 if (h < 0 || MAX_JPG_HEIGHT < h) {
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp31 #define MAX_JPG_HEIGHT (8192) macro
743 if (h < 0 || MAX_JPG_HEIGHT < h) {

Completed in 98 milliseconds