forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media/gpu/v4l2/test: Implement H265Decoder::ProcessPPS()
This CL implements ProcessPPS(), which processes PPS (picture parameter set) for each frame for a given H.265 bitstream. It also adds helper functions needed for ProcessPPS() function. - ParseBitDepth() - IsValidBitDepth() - OutputAllRemainingPics() - Flush() Bug: b:261127809 TEST: v4l2_stateless_decoder --video=test-25fps.hevc --frames=1 --v=4 on cherry Change-Id: I954418fef1fe6fa9291af7bf3994ec87d5a7d470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4698114 Commit-Queue: Steve Cho <stevecho@chromium.org> Reviewed-by: Nathan Hebert <nhebert@chromium.org> Cr-Commit-Position: refs/heads/main@{#1172434}
- Loading branch information
Steve Cho
authored and
Chromium LUCI CQ
committed
Jul 19, 2023
1 parent
56ca1ff
commit e5cb50a
Showing
2 changed files
with
166 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters