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
e53dbf89
authored
Mar 01, 2022
by
hschlueter
Committed by
Ian Baker
Mar 03, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Use asset with increasing timestamps for matrix transformation test.
PiperOrigin-RevId: 431658068
parent
550299db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetTransformationMatrixTransformationTest.java
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/SetTransformationMatrixTransformationTest.java
View file @
e53dbf89
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
*/
*/
package
com
.
google
.
android
.
exoplayer2
.
transformer
.
mh
;
package
com
.
google
.
android
.
exoplayer2
.
transformer
.
mh
;
import
static
com
.
google
.
android
.
exoplayer2
.
transformer
.
AndroidTestUtil
.
MP4_
REMOTE_10_SECOND
S_URI_STRING
;
import
static
com
.
google
.
android
.
exoplayer2
.
transformer
.
AndroidTestUtil
.
MP4_
ASSET_WITH_INCREASING_TIMESTAMP
S_URI_STRING
;
import
static
com
.
google
.
android
.
exoplayer2
.
transformer
.
AndroidTestUtil
.
runTransformer
;
import
static
com
.
google
.
android
.
exoplayer2
.
transformer
.
AndroidTestUtil
.
runTransformer
;
import
android.content.Context
;
import
android.content.Context
;
...
@@ -47,7 +47,7 @@ public class SetTransformationMatrixTransformationTest {
...
@@ -47,7 +47,7 @@ public class SetTransformationMatrixTransformationTest {
context
,
context
,
/* testId= */
"setTransformationMatrixTransform"
,
/* testId= */
"setTransformationMatrixTransform"
,
transformer
,
transformer
,
MP4_
REMOTE_10_SECOND
S_URI_STRING
,
MP4_
ASSET_WITH_INCREASING_TIMESTAMP
S_URI_STRING
,
/* timeoutSeconds= */
120
,
/* timeoutSeconds= */
120
,
/* calculateSsim= */
false
);
/* calculateSsim= */
false
);
}
}
...
...
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