mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
ibasso: Rejigger RAM and buffer sizes a little
Shrink audio buffer from ~256MB to ~192MB. Increase plugin buffer size to 2MB, not that it should matter given how much extra RAM this platform has. This leaves plenty of room for the base OS to do what it needs to do. Change-Id: I59ca235b9cf80cf86d406e4a144fee7d7784ed5d
This commit is contained in:
parent
b497e71708
commit
19ee9363d1
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@
|
|||
#define CODEC_SIZE 0x100000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x160000
|
||||
#define PLUGIN_BUFFER_SIZE 0x200000
|
||||
|
||||
#define AB_REPEAT_ENABLE
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
#define CODEC_SIZE 0x100000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x160000
|
||||
#define PLUGIN_BUFFER_SIZE 0x200000
|
||||
|
||||
#define AB_REPEAT_ENABLE
|
||||
|
||||
|
|
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -4054,7 +4054,7 @@ fi
|
|||
app_type="android_ndk"
|
||||
lcd_orientation="landscape"
|
||||
# Actually 408260kB
|
||||
memory=256
|
||||
memory=192
|
||||
uname=`uname`
|
||||
androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp"
|
||||
tool="cp "
|
||||
|
@ -4078,7 +4078,7 @@ fi
|
|||
target="DX90"
|
||||
app_type="android_ndk"
|
||||
lcd_orientation="landscape"
|
||||
memory=256
|
||||
memory=192
|
||||
uname=`uname`
|
||||
androidndkcc 16 armeabi "-mcpu=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=softfp"
|
||||
tool="cp "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue