mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
MIPS/ARM: blit faster, thx redblue
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c8c8a14dc
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-06-20 (Sat, 20 Jun 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -410,8 +410,8 @@ bool CFbAccelARM::fullHdAvailable()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLE_ARM_ACC
|
#if ENABLE_ARM_ACC
|
||||||
#define BLIT_INTERVAL_MIN 40
|
#define BLIT_INTERVAL_MIN 10
|
||||||
#define BLIT_INTERVAL_MAX 250
|
#define BLIT_INTERVAL_MAX 50
|
||||||
void CFbAccelARM::run()
|
void CFbAccelARM::run()
|
||||||
{
|
{
|
||||||
printf(LOGTAG "run start\n");
|
printf(LOGTAG "run start\n");
|
||||||
|
@@ -411,8 +411,8 @@ bool CFbAccelMIPS::fullHdAvailable()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLE_MIPS_ACC
|
#if ENABLE_MIPS_ACC
|
||||||
#define BLIT_INTERVAL_MIN 40
|
#define BLIT_INTERVAL_MIN 10
|
||||||
#define BLIT_INTERVAL_MAX 250
|
#define BLIT_INTERVAL_MAX 50
|
||||||
void CFbAccelMIPS::run()
|
void CFbAccelMIPS::run()
|
||||||
{
|
{
|
||||||
printf(LOGTAG "run start\n");
|
printf(LOGTAG "run start\n");
|
||||||
|
Reference in New Issue
Block a user