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
ef48836d
authored
May 11, 2023
by
huangdarwin
Committed by
Ian Baker
May 12, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Test: Filter test more precisely, with model instead of manufacturer
PiperOrigin-RevId: 531233480
parent
32d10c61
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/ExportTest.java
library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/ExportTest.java
View file @
ef48836d
...
@@ -159,7 +159,7 @@ public class ExportTest {
...
@@ -159,7 +159,7 @@ public class ExportTest {
.
build
();
.
build
();
MediaItem
mediaItem
=
MediaItem
.
fromUri
(
Uri
.
parse
(
MP4_REMOTE_8K24_URI_STRING
));
MediaItem
mediaItem
=
MediaItem
.
fromUri
(
Uri
.
parse
(
MP4_REMOTE_8K24_URI_STRING
));
// TODO: b/281824052 - have requestCalculateSsim always be true after linked bug is fixed.
// TODO: b/281824052 - have requestCalculateSsim always be true after linked bug is fixed.
boolean
requestCalculateSsim
=
!
Util
.
M
ANUFACTURER
.
equals
(
"samsung
"
);
boolean
requestCalculateSsim
=
!
Util
.
M
ODEL
.
equals
(
"SM-G991B
"
);
new
TransformerAndroidTestRunner
.
Builder
(
context
,
transformer
)
new
TransformerAndroidTestRunner
.
Builder
(
context
,
transformer
)
.
setRequestCalculateSsim
(
requestCalculateSsim
)
.
setRequestCalculateSsim
(
requestCalculateSsim
)
.
setTimeoutSeconds
(
180
)
.
setTimeoutSeconds
(
180
)
...
...
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