media_modules: avs reset decoder stop [1/1]

PD#SWPL-2480

Problem:
avs reset decoder stop

Solution:
1. avs reset  remove vdec reset code

Verify:
T962 P321

Change-Id: I92dbb9b1bfa49f3d2f08d9fda6670a595bb91d97
Signed-off-by: Conglin Guo <conglin.guo@amlogic.com>
This commit is contained in:
Conglin Guo
2018-11-27 13:54:18 +08:00
committed by Dongjin Kim
parent 701bfb72fd
commit 374cd016ee

View File

@@ -1201,8 +1201,7 @@ static void vavs_local_reset(void)
recover_flag = 1;
pr_info("error, local reset\n");
amvdec_stop();
msleep(20);
vdec_reset_core(NULL);
msleep(100);
vf_notify_receiver(PROVIDER_NAME, VFRAME_EVENT_PROVIDER_RESET, NULL);
vavs_local_init();
vavs_recover();