rockbox/apps/recorder
Christian Soffke b06073f771 buffering: ensure sufficient buffer size loading bitmaps
Commits 5aa0fc3 and 32f1418 (g#4451, g#4452) changed the
amount of space that was allocated for loading bitmaps
used to display album art.

Testing revealed that the size of the JPEG decode buffer
can reach up to (38 * 1024)B in some cases.

When the limit is reached, additional space is required
by the resize_on_load function.

Change-Id: If93b45754a4f5948b6160f659182e4618e01912e
2024-04-13 16:19:48 +02:00
..
albumart.c Database: Add ability to insert multiple files into playlists 2023-01-14 12:14:28 -05:00
albumart.h Limit exposure of skin engine internals 2022-10-17 14:29:12 +01:00
bmp.c Agptek Rocker: Initial commit 2018-06-12 10:31:14 +02:00
bmp.h Support GIMP bmp files. 2013-12-22 19:55:55 +01:00
icons.c Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
icons.h Plugin Api add core bitmaps 2021-08-26 12:55:34 +00:00
jpeg_common.h Simplify clamp_component 2021-08-05 10:26:50 +00:00
jpeg_idct_arm.S Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
jpeg_load.c buffering: ensure sufficient buffer size loading bitmaps 2024-04-13 16:19:48 +02:00
jpeg_load.h jpeg: provide a rough estimate of decoder memory overhead 2022-04-09 15:20:57 +01:00
keyboard.c [BUGFix] ClipPlus move picker below yellow screen split 2023-01-13 23:12:28 -05:00
pcm_record.c Remove obsolete alias for audio_record function 2023-08-17 13:40:09 +02:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Fix some hardcoded assumptions in recording.c 2022-01-17 00:37:12 +00:00
peakmeter.h Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss) 2018-12-22 12:27:21 -06:00
recording.c Remove obsolete alias for audio_record function 2023-08-17 13:40:09 +02:00
recording.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
resize.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
resize.h [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00