Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a89a08f9
authored
Jan 26, 2022
by
ibaker
Committed by
Andrew Lewis
Jan 28, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Reformat some README files
PiperOrigin-RevId: 424366617
parent
fe7e5b81
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
extensions/av1/README.md
extensions/vp9/README.md
extensions/av1/README.md
View file @
a89a08f9
...
...
@@ -112,20 +112,20 @@ gets from the libgav1 decoder:
*
GL rendering using GL shader for color space conversion
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`, enable this option by setting `surface_type` of view
to be
`video_decoder_gl_surface_view`.
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
enable this option by setting `surface_type` of view to be
`video_decoder_gl_surface_view`.
* Otherwise, enable this option by sending `Libgav1VideoRenderer` a
message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
`PlayerView`
and `StyledPlayerView`.
`VideoDecoderOutputBufferRenderer` implementation used by
`PlayerView`
and `StyledPlayerView`.
*
Native rendering using
`ANativeWindow`
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
this option is enabled by default.
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
this option is enabled by default.
* Otherwise, enable this option by sending `Libgav1VideoRenderer` a
message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of
`SurfaceView` as its object.
...
...
extensions/vp9/README.md
View file @
a89a08f9
...
...
@@ -125,20 +125,20 @@ gets from the libvpx decoder:
*
GL rendering using GL shader for color space conversion
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`, enable this option by setting `surface_type` of view
to be
`video_decoder_gl_surface_view`.
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
enable this option by setting `surface_type` of view to be
`video_decoder_gl_surface_view`.
* Otherwise, enable this option by sending `LibvpxVideoRenderer` a message
of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of
`VideoDecoderOutputBufferRenderer` as its object.
`VideoDecoderGLSurfaceView` is the concrete
`VideoDecoderOutputBufferRenderer` implementation used by
`PlayerView`
and `StyledPlayerView`.
`VideoDecoderOutputBufferRenderer` implementation used by
`PlayerView`
and `StyledPlayerView`.
*
Native rendering using
`ANativeWindow`
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
this option is enabled by default.
* If you are using `ExoPlayer` with `PlayerView` or
`StyledPlayerView`,
this option is enabled by default.
* Otherwise, enable this option by sending `LibvpxVideoRenderer` a message
of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of
`SurfaceView` as its object.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment