media_module: h264 sleep during soft interruptions issue [1/1]
authorPeng Yixin <yixin.peng@amlogic.com>
Mon, 7 Sep 2020 06:07:12 +0000 (14:07 +0800)
committerYixin Peng <yixin.peng@amlogic.com>
Mon, 14 Sep 2020 03:10:50 +0000 (20:10 -0700)
commit3db66edf521b462965aea5a0995a9ba3e9f085ad
tree14f3cd4d65117c21c411e46add86d9a292f74593
parentb304c563ef7a994006b516a25298b5eac029d91c
media_module: h264 sleep during soft interruptions issue [1/1]

PD#SWPL-32808

Problem:
The sleep function was called in the soft
interruptions(Decoder decoding timeout), which
caused the problem.

Solution:
This problem is solved by placing the sleep
function in the workqueue from the soft
interruptions.

Verify:
U215

Change-Id: I3e199a8639ed9411560a000f39f2344cb6b4dd8a
Signed-off-by: Peng Yixin <yixin.peng@amlogic.com>
drivers/frame_provider/decoder/h264_multi/vmh264.c