arm: vuplus4k dummy function QuadPiP() changed

Origin commit data
------------------
Branch: master
Commit: c848384e3a
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-15 14:54:57 +02:00
committed by vanhofen
parent f48f4b8ca1
commit 917dd56108
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ void hal_api_init()
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
sprintf(buffer, "%s", "enable");
proc_put("/proc/stb/frontend/fbc/fcc", buffer, strlen(buffer));
proc_put("/proc/stb/video/decodermode", "normal", strlen("normal"));
#endif
}
initialized = true;

View File

@@ -889,7 +889,7 @@ int cVideo::getBlank(void)
#endif
}
#if BOXMODEL_VUPLUS_ARM
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
void cVideo::QuadPiP(bool active)
{
if (active)

View File

@@ -274,7 +274,7 @@ class cVideo
void setContrast(int val);
void SetVideoMode(analog_mode_t mode);
#if BOXMODEL_VUPLUS_ARM
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
void QuadPiP(bool active = false);
#endif