vmh264: fix error frame detect issue [1/1]
authorHui Zhang <hui.zhang@amlogic.com>
Sun, 29 Sep 2019 08:46:04 +0000 (16:46 +0800)
committerHui Zhang <hui.zhang@amlogic.com>
Wed, 16 Oct 2019 12:16:49 +0000 (05:16 -0700)
commitf2fdaa2fc32a1946bda1f48ea79479b3338d7531
treef43efd1f5a8284177d4c524d0dad68c589852dd7
parentf84d575313d689e8bff11f5f4e0055567dd3dc14
vmh264: fix error frame detect issue [1/1]

PD#SWPL-12967

Problem:
in frame mode, some pic miss stream data, which may cause
data_request from hw, but driver think it is data not comming
,not skip this error frame

Solution:
in frame mode, change data_reqest handle to pic_done. driver
will check if there is error with mb number. the error will
be detected

Verify:
AC-213

Change-Id: I186c6149fc6802fbd4636f4e02b1ea787fba85be
Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
drivers/frame_provider/decoder/h264_multi/vmh264.c