arm: vuplus4k dummy function QuadPiP() added

Origin commit data
------------------
Branch: master
Commit: b0cd3d8680
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 bb4911e978
commit f48f4b8ca1
4 changed files with 16 additions and 1 deletions

View File

@@ -889,6 +889,16 @@ int cVideo::getBlank(void)
#endif
}
#if BOXMODEL_VUPLUS_ARM
void cVideo::QuadPiP(bool active)
{
if (active)
proc_put("/proc/stb/video/decodermode", "mosaic", strlen("mosaic"));
else
proc_put("/proc/stb/video/decodermode", "normal", strlen("normal"));
}
#endif
void cVideo::ShowPig(int _x)
{
char buffer[64];