FS#5935 - Jpeg viewer aborts /5G/6G Model -> CPU frequency
Attached to Project:
Rockbox
Opened by Sacha (Angyman) - Sunday, 03 September 2006, 22:21 GMT
Last edited by Barry Wardell (barrywardell) - Sunday, 03 September 2006, 23:25 GMT
Opened by Sacha (Angyman) - Sunday, 03 September 2006, 22:21 GMT
Last edited by Barry Wardell (barrywardell) - Sunday, 03 September 2006, 23:25 GMT
|
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)
Friday, 29 September 2006, 23:03 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed according to reporter
Friday, 29 September 2006, 23:03 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed according to reporter

Seems to be solved now!!!!!