Searched refs:jpegMaxSize (Results 1 – 3 of 3) sorted by relevance
290 static const int32_t jpegMaxSize = 300000; in getStaticInfo() local291 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in getStaticInfo()
1191 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local1192 info.update(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
2228 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local2229 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()