-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add YUV420P format support to Streamer API (#2334)
Summary: This commit adds YUV420P format support to Streamer API. When the native format of a video is YUV420P, the Streamer will output Tensor of YUV color channel. Pull Request resolved: #2334 Reviewed By: hwangjeff Differential Revision: D35632916 Pulled By: mthrok fbshipit-source-id: a7a0078788433060266b8bd3e7cad023f41389f5
- Loading branch information
1 parent
c262758
commit 2f70e2f
Showing
3 changed files
with
75 additions
and
8 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