From ffefc0c0305aefd329bc70ef9af6f8a086846a9d Mon Sep 17 00:00:00 2001 From: payton Date: Mon, 29 Jan 2024 16:12:47 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=A0=B9=E6=8D=AE=E5=8E=9F=E5=8E=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8F=AF=E8=83=BD=E5=8D=A1=E4=BD=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c index ec053116b..c2385dcea 100644 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c @@ -1131,6 +1131,7 @@ static void MovieFast_Manual_Raw_Task(void* arg) continue; } } +#if 0 vos_perf_mark(&t1); while(1) @@ -1163,7 +1164,7 @@ static void MovieFast_Manual_Raw_Task(void* arg) break; } } - +#endif DBG_DUMP("MovieFast_Manual_Raw_Task finished\n"); g_is_manual_raw_tsk_running = FALSE;