h265: fix h265 video jitter. [1/1]
authorshihong.zheng <shihong.zheng@amlogic.com>
Tue, 12 May 2020 09:38:13 +0000 (17:38 +0800)
committerShihong Zheng <shihong.zheng@amlogic.com>
Sat, 16 May 2020 02:44:55 +0000 (19:44 -0700)
commit2ceb44a06c10f3a7569a418f36eb72d203e57318
tree1f75d1e75868124ef9cc987f69daa696402b9b13
parentd631e9c223ed4d7402cad987dd9c0d9c0b804ecc
h265: fix h265 video jitter. [1/1]

PD#SWPL-24702

Problem:
pts lookup deviated caused jitter.
some frame size is too small for
pts lookup accurately.

Solution:
adjust pts lookup margin accord to frame size.

Verify:
u212

Change-Id: Iea8450c7430cc4b3252b10372c9234188e4fe4a2
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
drivers/frame_provider/decoder/h265/vh265.c