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
fe0cf052
authored
Aug 05, 2022
by
leonwind
Committed by
tonihei
Aug 05, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Switch @param to @code tags in RgbAdjustment.
PiperOrigin-RevId: 465591877
parent
2bd1a93d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libraries/effect/src/main/java/androidx/media3/effect/RgbAdjustment.java
libraries/effect/src/main/java/androidx/media3/effect/RgbAdjustment.java
View file @
fe0cf052
...
@@ -40,7 +40,7 @@ public final class RgbAdjustment implements RgbaMatrix {
...
@@ -40,7 +40,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
}
/**
/**
* Scales the red channel of the frame by {@
param
redScale}.
* Scales the red channel of the frame by {@
code
redScale}.
*
*
* @param redScale The scale to apply to the red channel. Needs to be non-negative and the
* @param redScale The scale to apply to the red channel. Needs to be non-negative and the
* default value is {@code 1}.
* default value is {@code 1}.
...
@@ -53,7 +53,7 @@ public final class RgbAdjustment implements RgbaMatrix {
...
@@ -53,7 +53,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
}
/**
/**
* Scales the green channel of the frame by {@
param
greenScale}.
* Scales the green channel of the frame by {@
code
greenScale}.
*
*
* @param greenScale The scale to apply to the green channel. Needs to be non-negative and the
* @param greenScale The scale to apply to the green channel. Needs to be non-negative and the
* default value is {@code 1}.
* default value is {@code 1}.
...
@@ -66,7 +66,7 @@ public final class RgbAdjustment implements RgbaMatrix {
...
@@ -66,7 +66,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
}
/**
/**
* Scales the blue channel of the frame by {@
param
blueScale}.
* Scales the blue channel of the frame by {@
code
blueScale}.
*
*
* @param blueScale The scale to apply to the blue channel. Needs to be non-negative and the
* @param blueScale The scale to apply to the blue channel. Needs to be non-negative and the
* default value is {@code 1}.
* default value is {@code 1}.
...
...
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