This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9178 - lcd_blit_yuv and lcd_write_yuv420_lines2 functions for Cowon D2
Attached to Project:
Rockbox
Opened by Thibaut GIRKA (ThibG) - Wednesday, 09 July 2008, 19:24 GMT+2
Last edited by Rob Purchase (shotofadds) - Wednesday, 16 July 2008, 19:40 GMT+2
Opened by Thibaut GIRKA (ThibG) - Wednesday, 09 July 2008, 19:24 GMT+2
Last edited by Rob Purchase (shotofadds) - Wednesday, 16 July 2008, 19:40 GMT+2
|
DetailsProvide a basic (extremly slow) lcd_write_yuv420_lines for the Cowon D2 and update the lcd_blit_yuv function.
|
This task depends upon
Closed by Rob Purchase (shotofadds)
Wednesday, 16 July 2008, 19:40 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r18060.
Wednesday, 16 July 2008, 19:40 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r18060.
I've simplified the previous patch slightly by removing the LCD_WIDTH < 128 stuff (since no targets using this code have a resolution that small) and included a slight optimisation for an extra 1fps.