mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
External Camera: support less thumbnail sizes
Since larger thumbnail sizes might hit the app1 size limit of 64KB. Test: camera CTS Bug: 119775355 Change-Id: I9d8d21ac0784c53b42c536cfa09a8c40c4f15ea0
This commit is contained in:
@@ -342,8 +342,7 @@ status_t ExternalCameraDevice::initDefaultCharsKeys(
|
||||
256, 144,
|
||||
240, 160,
|
||||
256, 154,
|
||||
240, 240,
|
||||
320, 240};
|
||||
240, 180};
|
||||
UPDATE(ANDROID_JPEG_AVAILABLE_THUMBNAIL_SIZES, jpegAvailableThumbnailSizes,
|
||||
ARRAY_SIZE(jpegAvailableThumbnailSizes));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user