forked from len0rd/rockbox
Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.
hard coded to YUV4:2:0 for now, gives ~13.5 fps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10528 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d24ed9987b
commit
bcd94a9b01
5 changed files with 115 additions and 8 deletions
|
|
@ -539,9 +539,7 @@ struct plugin_api {
|
|||
void (*lcd_remote_bitmap)(const fb_remote_data *src, int x, int y, int width,
|
||||
int height);
|
||||
#endif
|
||||
#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
|
||||
|| CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) && \
|
||||
!defined(SIMULATOR)
|
||||
#if defined(HAVE_LCD_COLOR) && !defined(SIMULATOR)
|
||||
void (*lcd_yuv_blit)(unsigned char * const src[3],
|
||||
int src_x, int src_y, int stride,
|
||||
int x, int y, int width, int height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue