This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsThe 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
Saturday, 30 September 2006, 01:03 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed according to reporter
Seems to be solved now!!!!!