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
10cb5f17
authored
Sep 12, 2022
by
leonwind
Committed by
Marc Baechinger
Sep 30, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add rgb matrices to java docs for public constructors.
PiperOrigin-RevId: 473699927
parent
7f42e19f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
libraries/effect/src/main/java/androidx/media3/effect/MatrixTextureProcessor.java
libraries/effect/src/main/java/androidx/media3/effect/MatrixTextureProcessor.java
View file @
10cb5f17
...
...
@@ -168,7 +168,7 @@ import java.util.List;
*
* <p>Applies the {@code electricalColorInfo} EOTF to convert from electrical color input, to
* intermediate optical {@link GlTextureProcessor} color output, before {@code
* matrixTransformations} are applied.
* matrixTransformations} a
nd {@code rgbMatrices} a
re applied.
*
* <p>Intermediate optical colors are linear RGB BT.2020 if {@code electricalColorInfo} is
* {@linkplain ColorInfo#isTransferHdr(ColorInfo) HDR}, and gamma RGB BT.709 if not.
...
...
@@ -228,7 +228,7 @@ import java.util.List;
*
* <p>Applies the {@code electricalColorInfo} OETF to convert from intermediate optical {@link
* GlTextureProcessor} color input, to electrical color output, after {@code
* matrixTransformations} are applied.
* matrixTransformations} a
nd {@code rgbMatrices} a
re applied.
*
* <p>Intermediate optical colors are linear RGB BT.2020 if {@code electricalColorInfo} is
* {@linkplain ColorInfo#isTransferHdr(ColorInfo) HDR}, and gamma RGB BT.709 if not.
...
...
@@ -277,8 +277,8 @@ import java.util.List;
* #setTextureTransformMatrix(float[])} to provide the transformation matrix associated with the
* external texture.
*
* <p>Applies the OETF, {@code matrixTransformations},
then the EOTF, to convert from and to input
* and output electrical colors.
* <p>Applies the OETF, {@code matrixTransformations},
{@code rgbMatrices}, then the EOTF, to
*
convert from and to input
and output electrical colors.
*
* @param context The {@link Context}.
* @param matrixTransformations The {@link GlMatrixTransformation GlMatrixTransformations} to
...
...
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