1
0
Fork 0
forked from len0rd/rockbox

More fine-tuned buffer handling, and better debug info

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2948 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-12-05 14:11:48 +00:00
parent 49d2190bd0
commit d29248d992
3 changed files with 26 additions and 14 deletions

View file

@ -27,6 +27,7 @@
an empty buffer and a full one. */
#define MPEG_LOW_WATER 0x60000
#define MPEG_LOW_WATER_CHUNKSIZE 0x40000
#define MPEG_LOW_WATER_SWAP_CHUNKSIZE 0x10000
struct mpeg_debug
{
@ -45,6 +46,7 @@ struct mpeg_debug
bool dma_underrun;
int unplayed_space;
int playable_space;
int unswapped_space;
int low_watermark_level;