vmh264: fix the mosic when resolution changing [1/1]
authormiaohong chen <miaohong.chen@amlogic.com>
Fri, 19 Jun 2020 02:53:42 +0000 (10:53 +0800)
committerMiaohong Chen <miaohong.chen@amlogic.com>
Tue, 23 Jun 2020 07:53:35 +0000 (00:53 -0700)
commit52e97be13afeb59d1af208dfba72d4a2c76d159f
treeaa48ae4ef022aca4891064c4b2d2336696054bab
parentff10c21017ac56d031386fe164300274af259272
vmh264: fix the mosic when resolution changing [1/1]

PD#SWPL-28253

Problem:
Mosaic appears from small resolution to large resolution.

Solution:
causes:After conversion, the small resolution frame buffers are not released,
and are used by the large resolution code stream.
Mark the small resolution frame buffer as ready to release.

Verify:
u212

Change-Id: Ic208167da54c05b7d962930c671f8e073fadd363
Signed-off-by: miaohong chen <miaohong.chen@amlogic.com>
drivers/frame_provider/decoder/h264_multi/vmh264.c