HomeSort by relevance Sort by last modified time
    Searched refs:MAX_JPG_HEIGHT (Results 1 - 4 of 4) sorted by null

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 43 #define MAX_JPG_HEIGHT (8192)
420 if (iH < 0 || MAX_JPG_HEIGHT < iH) {
ExynosJpegDecoder.cpp 48 #define MAX_JPG_HEIGHT (8192)
158 if (iH < 0 || MAX_JPG_HEIGHT < iH) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 28 #define MAX_JPG_HEIGHT (8192)
783 if (h < 0 || MAX_JPG_HEIGHT < h) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 31 #define MAX_JPG_HEIGHT (8192)
743 if (h < 0 || MAX_JPG_HEIGHT < h) {

Completed in 712 milliseconds