-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split CompositingVideoSinkProvider.VideoSinkImpl in two classes: - VideoSinkImpl now only receives input from MediaCodecVideoRenderer and forwards frames to its connected VideoFrameProcessor - VideoFrameRenderControl takes composited frames out of the VideoGraph and schedules the rendering of those. - CompositingVideoSinkProvider connects VideoSinkImpl with VideoFramesRenderer. PiperOrigin-RevId: 584605078
- Loading branch information
1 parent
a063d13
commit 6435ddb
Showing
9 changed files
with
987 additions
and
363 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
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
Oops, something went wrong.