remove old sh4 blit

Origin commit data
------------------
Branch: ni/coolstream
Commit: a5a9e21f21
Author: max_10 <max_10@gmx.de>
Date: 2021-12-03 (Fri, 03 Dec 2021)

Origin message was:
------------------
- remove old sh4 blit

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2021-12-03 22:39:21 +01:00
committed by vanhofen
parent d5294f19b7
commit 824aec4b7b
12 changed files with 0 additions and 26 deletions

View File

@@ -98,7 +98,6 @@ int CDBoxInfoWidget::exec(CMenuTarget* parent, const std::string &)
fader.StartFadeIn();
paint();
frameBuffer->blit();
//int res = g_RCInput->messageLoop();
neutrino_msg_t msg;
@@ -193,7 +192,6 @@ int CDBoxInfoWidget::exec(CMenuTarget* parent, const std::string &)
}
}
}
frameBuffer->blit();
}
hide();
@@ -206,7 +204,6 @@ void CDBoxInfoWidget::hide()
{
header->kill();
frameBuffer->paintBackgroundBoxRel(x,y, width,height);
frameBuffer->blit();
}
static std::string bytes2string(uint64_t bytes, bool binary = true);

View File

@@ -957,7 +957,6 @@ bool CFileBrowser::playlist_manager(CFileList &playlist, unsigned int playing, b
bool loop=true;
while (loop)
{
frameBuffer->blit();
g_RCInput->getMsgAbsoluteTimeout( &msg, &data, &timeoutEnd );
neutrino_msg_t msg_repeatok = msg & ~CRCInput::RC_Repeat;
@@ -1107,7 +1106,6 @@ bool CFileBrowser::playlist_manager(CFileList &playlist, unsigned int playing, b
}
hide();
frameBuffer->blit();
playlist = filelist;

View File

@@ -1108,7 +1108,6 @@ int CMovieBrowser::exec(const char* path)
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
while (loop)
{
framebuffer->blit();
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd);
result = onButtonPress(msg);
@@ -1196,7 +1195,6 @@ int CMovieBrowser::exec(const char* path)
timeoutEnd = CRCInput::calcTimeoutEnd(timeout); // calcualate next timeout
}
hide();
framebuffer->blit();
//TRACE(" return %d\n",res);
m_prevBrowserSelection = m_currentBrowserSelection;

View File

@@ -382,7 +382,6 @@ int CQuadPiPSetupSelectChannelWidget::exec(CMenuTarget *parent, const std::strin
bool loop = true;
while (loop)
{
frameBuffer->blit();
g_RCInput->getMsgAbsoluteTimeout(&msg, &data, &timeoutEnd, true);
if (msg <= CRCInput::RC_MaxRC)

View File

@@ -434,7 +434,6 @@ int CStreamInfo2::doSignalStrengthLoop()
maxb = minb = lastb = tmp_rate = 0;
bool repaint_bitrate = true;
ts_setup();
frameBuffer->blit();
neutrino_msg_data_t data = 0;
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd_MS(10);
@@ -588,7 +587,6 @@ int CStreamInfo2::doSignalStrengthLoop()
// -- push other events
if (msg > CRCInput::RC_MaxRC && msg != CRCInput::RC_timeout)
CNeutrinoApp::getInstance()->handleMsg(msg, data);
frameBuffer->blit();
}
delete signalbox;
signalbox = NULL;
@@ -606,7 +604,6 @@ void CStreamInfo2::hide()
{
pip->hide();
frameBuffer->paintBackgroundBoxRel(0, 0, max_width, max_height);
frameBuffer->blit();
}
void CStreamInfo2::paint_signal_fe_box(int _x, int _y, int w, int h)

View File

@@ -184,7 +184,6 @@ void CTimeOSD::kill()
if (m_mode != MODE_HIDE) {
KillAndResetTimescale();
CComponents::kill();
frameBuffer->blit();
}
}

View File

@@ -574,7 +574,6 @@ int CKeyboardInput::exec(CMenuTarget* parent, const std::string &)
frameBuffer->RestoreScreen(x, y, width + OFFSET_SHADOW, height + OFFSET_SHADOW, pixBuf);
delete[] pixBuf;
pixBuf = NULL;
frameBuffer->blit();
} else
hide();

View File

@@ -76,8 +76,6 @@ int CKeyChooserItem::exec(CMenuTarget* parent, const std::string &)
hintbox.setTimeOut(timeout, true);
hintbox.paint();
CFrameBuffer::getInstance()->blit();
g_RCInput->clearRCMsg();
g_RCInput->setLongPressAny(true);

View File

@@ -880,7 +880,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
initSelectable();
paint();
frameBuffer->blit();
int pos = selected;
@@ -1135,7 +1134,6 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
// recalculate timeout for RC-keys
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
}
frameBuffer->blit();
}
while ( msg!=CRCInput::RC_timeout );
hide();
@@ -1213,7 +1211,6 @@ void CMenuWidget::hide()
//paintHint(-1);
}
paintHint(-1);
frameBuffer->blit();
/* setActive() paints item for hidden parent menu, if called from child menu */
for (unsigned int count = 0; count < items.size(); count++)

View File

@@ -144,7 +144,6 @@ void CProgressWindow::initStatus(const unsigned int prog, const unsigned int max
cur_statusText = statusText;
}
pBar->paint(false);
frameBuffer->blit();
}
void CProgressWindow::showStatus(const unsigned int prog, const unsigned int max, const string &statusText)

View File

@@ -408,7 +408,6 @@ int CStringInput::exec( CMenuTarget* parent, const std::string & )
bool loop=true;
while (loop)
{
frameBuffer->blit();
if (*valueString != dispval)
{
CVFD::getInstance()->showMenuText(1,valueString->c_str() , selected+1);
@@ -528,7 +527,6 @@ int CStringInput::exec( CMenuTarget* parent, const std::string & )
frameBuffer->RestoreScreen(x, y, width + OFFSET_SHADOW, height + OFFSET_SHADOW, pixBuf);
delete[] pixBuf;
pixBuf = NULL;
frameBuffer->blit();
} else
hide();
@@ -552,7 +550,6 @@ int CStringInput::handleOthers(const neutrino_msg_t /*msg*/, const neutrino_msg_
void CStringInput::hide()
{
frameBuffer->paintBackgroundBoxRel(x, y, width + OFFSET_SHADOW, height + OFFSET_SHADOW);
frameBuffer->blit();
}
void CStringInput::paint(bool sms)
@@ -804,7 +801,6 @@ int CPINInput::exec( CMenuTarget* parent, const std::string & )
while(loop)
{
frameBuffer->blit();
g_RCInput->getMsg( &msg, &data, 300 );
if (msg==CRCInput::RC_left)

View File

@@ -186,7 +186,6 @@ int CExtendedInput::exec( CMenuTarget* parent, const std::string & )
if (savescreen)
saveScreen();
paint();
frameBuffer->blit();
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_MENU]);
@@ -311,7 +310,6 @@ int CExtendedInput::exec( CMenuTarget* parent, const std::string & )
*cancel = true;
res = menu_return::RETURN_EXIT_ALL;
}
frameBuffer->blit();
}
hide();
@@ -336,7 +334,6 @@ void CExtendedInput::hide()
restoreScreen();
else
frameBuffer->paintBackgroundBoxRel(x, y, width, height);
frameBuffer->blit();
}
void CExtendedInput::paint()