arm: vuplus4k dummy function QuadPiP() changed

This commit is contained in:
BPanther
2021-10-03 14:00:52 +02:00
committed by Thilo Graf
parent 40227ebdfa
commit 86c5cae8e0
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 #if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUULTIMO4K || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
sprintf(buffer, "%s", "enable"); sprintf(buffer, "%s", "enable");
proc_put("/proc/stb/frontend/fbc/fcc", buffer, strlen(buffer)); proc_put("/proc/stb/frontend/fbc/fcc", buffer, strlen(buffer));
proc_put("/proc/stb/video/decodermode", "normal", strlen("normal"));
#endif #endif
} }
initialized = true; initialized = true;

View File

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

View File

@@ -274,7 +274,7 @@ class cVideo
void setContrast(int val); void setContrast(int val);
void SetVideoMode(analog_mode_t mode); 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); void QuadPiP(bool active = false);
#endif #endif