mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -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;
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user