From 7ca29b9eb13ac2ed9d62da7fc776ea1a25a37dbc Mon Sep 17 00:00:00 2001 From: mengyiping <1091773127@qq.com> Date: Thu, 5 Sep 2024 09:18:35 +0000 Subject: [PATCH] update common/include/rtg_interface.h. Signed-off-by: mengyiping <1091773127@qq.com> --- common/include/rtg_interface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/include/rtg_interface.h b/common/include/rtg_interface.h index 68779f0..1d52022 100644 --- a/common/include/rtg_interface.h +++ b/common/include/rtg_interface.h @@ -86,10 +86,10 @@ enum rtg_sched_cmdid { extern "C" { int EnableRtg(bool flag); - int AddThreadToRtg(int tid, int grpId, int prioType = 0, bool isRender = false); - int AddThreadsToRtg(vector tids, int grpId, int prioType = 0, bool isRender = false); - int RemoveRtgThread(int tid, bool isRender = false); - int RemoveRtgThreads(vector tids, bool isRender = false); + int AddThreadToRtg(int tid, int grpId, int prioType = 0, bool isBlue = false); + int AddThreadsToRtg(vector tids, int grpId, int prioType = 0, bool isBlue = false); + int RemoveRtgThread(int tid, bool isBlue = false); + int RemoveRtgThreads(vector tids, bool isBlue = false); int DestroyRtgGrp(int grpId); int SetFrameRateAndPrioType(int rtgId, int rate, int rtgType); int BeginFrameFreq(int stateParam);