mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
pick mipsbox code from DDT, TangoCash and max10
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3f0bdaddb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-03 (Fri, 03 May 2019)
Origin message was:
------------------
- pick mipsbox code from DDT, TangoCash and max10
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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