Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ab64575c authored by Kim Sungyeon's avatar Kim Sungyeon Committed by Hsiaoan Hsu
Browse files

VT: Mandatory jitter time enlarged as interarrival jitter time



[Problem] VT VMOS lab test fail
[Cause] Packet NAL type has changed from FU-A(28) to single(1 or 5)
        Logic can wait other colleague packets that compose same frame
        if packet indicates it's FU-A type.
        But because now it is single type,
        logic doesn't wait colleague packets.
        So if a variance of packet arrival order increases,
        decoder would draw slices of multiple frame at a time.
[Solution] Enlarge jitter time to wait & collect more slices
           from one frame.
           And move jitter time collecting logic to make more precise
           that compensates the enlarging.

Bug: 259235315
Test: manually verified pass

Change-Id: I184d57c14a9774b186a6bc135ae6bb14377bc7cc
Signed-off-by: default avatarKim Sungyeon <sy85.kim@samsung.com>
parent a4d8bc1b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment