media_module: fixed can not playback 4k resolution file. [1/1]
authorPeng yixin <yixin.peng@amlogic.com>
Thu, 11 Jun 2020 02:33:11 +0000 (10:33 +0800)
committerHui Zhang <hui.zhang@amlogic.com>
Thu, 11 Jun 2020 11:50:16 +0000 (04:50 -0700)
commit23847e1b262534a33fc5dd4e83fbd83a6759752c
tree655d6b1f637e16dd5c918160835a4acdaaed901c
parentb98e36af599b428680d6fff6254222978427c3df
media_module: fixed can not playback 4k resolution file. [1/1]

PD#SWPL-27638

Problem:
When the width of the video file is 4096,
it cannot be played due to the total MB was
incorrectly calculated.

Solution:
Modify the logic so that the correct calculations MB
to solve the problem

Verify:
U215

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