liyujie
2025-08-28 d9927380ed7c8366f762049be9f3fee225860833
android/hardware/aw/camera/3_4/v4l2_gralloc.h
....@@ -42,7 +42,7 @@
4242 namespace v4l2_camera_hal {
4343
4444 // Generously allow up to 6MB (the largest JPEG on the RPi camera is about 5MB).
45
-static constexpr size_t V4L2_MAX_JPEG_SIZE = 6000000;
45
+static constexpr size_t V4L2_MAX_JPEG_SIZE = 20000000;
4646
4747 // V4L2Gralloc is a wrapper around relevant parts of a gralloc module,
4848 // with some assistive transformations.