forked from chromium/chromium
-
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.
Video Thumbnail: Decode the video frame on Android.
This CL does the following things: 1. Implements a GpuVideoAcceleratorFactories for browser process in content/ to create MojoVideoDecoder in the browser process. 2. Decodes video frame with MojoVideoDecoder in browser process in DownloadMediaParser. The actual decoding happens in GPU process with Android MediaCodec, which is same as other usages for MediaCodec based decoders. Test is covered in DownloadMediaParserTest. TBR=dtrainor@chromium.org Bug: 826021 Change-Id: I242ff31ba8f205af3b03709fb78bd14f5bc33e45 Reviewed-on: https://chromium-review.googlesource.com/1212343 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#590431}
- Loading branch information
Xing Liu
authored and
Commit Bot
committed
Sep 11, 2018
1 parent
4ba19e3
commit e577333
Showing
11 changed files
with
445 additions
and
7 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
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.