Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5935 - Jpeg viewer aborts /5G/6G Model -> CPU frequency

Attached to Project: Rockbox
Opened by Sacha (Angyman) - Monday, 04 September 2006, 00:21 GMT+2
Last edited by Barry Wardell (barrywardell) - Monday, 04 September 2006, 01:25 GMT+2
Task Type Bugs
Category Plugins
Status Closed
Assigned To Barry Wardell (barrywardell)
Player Type iriver H10
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The JPEG Viewer aborts since the cpu frequency cant be changed...
in apps/jpeg.c there's a request for that:

#ifdef HAVE_ADJUSTABLE_CPU_FREQ
rb->cpu_boost(true);
status = jpeg_decode(p_jpg, p_disp->bitmap, ds, cb_progess);
rb->cpu_boost(false);
#else
status = jpeg_decode(p_jpg, p_disp->bitmap, ds, cb_progess);

The message if disabled is: "Data abort at 00014248"
This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Saturday, 30 September 2006, 01:03 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Fixed according to reporter
Comment by Sacha (Angyman) - Thursday, 07 September 2006, 01:49 GMT+2
Seems to be solved now!!!!!

Loading...