Searched refs:jpegMaxSize (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera3.cpp | 1301 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local 1302 ADD_STATIC_ENTRY(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
|
D | EmulatedFakeCamera2.cpp | 2223 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local 2224 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1563 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/ |
D | EmulatedFakeCamera3.cpp | 1538 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local 1539 ADD_STATIC_ENTRY(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
|
D | EmulatedFakeCamera2.cpp | 2155 static const int32_t jpegMaxSize = JpegCompressor::kMaxJpegSize; in constructStaticInfo() local 2156 ADD_OR_SIZE(ANDROID_JPEG_MAX_SIZE, &jpegMaxSize, 1); in constructStaticInfo()
|