mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 10:23:42 +02:00
start implementing hardware acceleration for armbox
you have to compile neutrino with "--enable-reschange" to use FullHD-OSD
This commit is contained in:
@@ -209,4 +209,19 @@ class CFbAccelTD
|
||||
void setBlendLevel(int);
|
||||
};
|
||||
|
||||
class CFbAccelARM
|
||||
: public CFbAccel
|
||||
{
|
||||
private:
|
||||
fb_pixel_t *backbuffer;
|
||||
public:
|
||||
CFbAccelARM();
|
||||
~CFbAccelARM();
|
||||
fb_pixel_t * getBackBufferPointer() const;
|
||||
int setMode(unsigned int xRes, unsigned int yRes, unsigned int bpp);
|
||||
int scale2Res(int size);
|
||||
bool fullHdAvailable();
|
||||
void setOsdResolutions();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user