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
bd4e58d6
authored
Nov 03, 2022
by
huangdarwin
Committed by
microkatz
Nov 08, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
HDR Test: Add link to tested method.
PiperOrigin-RevId: 485890141
parent
39d28304
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetHdrEditingTest.java
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetHdrToSdrToneMapTest.java
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetHdrEditingTest.java
View file @
bd4e58d6
...
@@ -42,7 +42,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
...
@@ -42,7 +42,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.junit.runner.RunWith
;
/** {@link Transformer} instrumentation test for applying an HDR frame edit. */
/**
* {@link Transformer} instrumentation test for applying an {@linkplain
* TransformationRequest.Builder#experimental_setEnableHdrEditing HDR frame edit}.
*/
@RunWith
(
AndroidJUnit4
.
class
)
@RunWith
(
AndroidJUnit4
.
class
)
public
class
SetHdrEditingTest
{
public
class
SetHdrEditingTest
{
public
static
final
String
TAG
=
"SetHdrEditingTest"
;
public
static
final
String
TAG
=
"SetHdrEditingTest"
;
...
...
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetHdrToSdrToneMapTest.java
View file @
bd4e58d6
...
@@ -35,7 +35,10 @@ import com.google.android.exoplayer2.util.Log;
...
@@ -35,7 +35,10 @@ import com.google.android.exoplayer2.util.Log;
import
org.junit.Test
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.junit.runner.RunWith
;
/** {@link Transformer} instrumentation test for applying an HDR to SDR tone mapping edit. */
/**
* {@link Transformer} instrumentation test for applying an {@linkplain
* TransformationRequest.Builder#setEnableRequestSdrToneMapping HDR to SDR tone mapping edit}.
*/
@RunWith
(
AndroidJUnit4
.
class
)
@RunWith
(
AndroidJUnit4
.
class
)
public
class
SetHdrToSdrToneMapTest
{
public
class
SetHdrToSdrToneMapTest
{
public
static
final
String
TAG
=
"SetHdrToSdrToneMapTest"
;
public
static
final
String
TAG
=
"SetHdrToSdrToneMapTest"
;
...
...
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