Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Plugins
  • Assigned To
    barrywardell
  • Operating System iriver H10
  • Severity Low
  • Priority Very Low
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by Angyman - 2006-09-03
Last edited by barrywardell - 2006-09-03

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

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”

Closed by  bluebrother
2006-09-29 23:03
Reason for closing:  Fixed
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Fixed according to reporter

Seems to be solved now!!!!!

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing