Home
last modified time | relevance | path

Searched refs:jpegMaxSize (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp290 static const int32_t jpegMaxSize = 300000; in getStaticInfo() local
291 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in getStaticInfo()
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp1191 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
1192 info.update(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2228 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
2229 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()