mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-17 02:13:41 +02:00
- pick mipsbox code from DDT, TangoCash and max10
Conflicts: src/gui/cam_menu.cpp src/gui/update.cpp src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -227,4 +227,19 @@ class CFbAccelARM
|
||||
void setOsdResolutions();
|
||||
};
|
||||
|
||||
class CFbAccelMIPS
|
||||
: public CFbAccel
|
||||
{
|
||||
private:
|
||||
fb_pixel_t *backbuffer;
|
||||
public:
|
||||
CFbAccelMIPS();
|
||||
~CFbAccelMIPS();
|
||||
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