Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1301 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
1302 ADD_STATIC_ENTRY(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2223 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
2224 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1563 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
1564 ADD_STATIC_ENTRY(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1538 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
1539 ADD_STATIC_ENTRY(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
DEmulatedFakeCamera2.cpp2155 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local
2156 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()