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
7d90396c
authored
Sep 20, 2018
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Cleanup
parent
1e3c2a6b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
library/core/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java
library/core/src/test/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelectorTest.java
library/core/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java
View file @
7d90396c
This diff is collapsed.
Click to expand it.
library/core/src/test/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelectorTest.java
View file @
7d90396c
...
@@ -130,14 +130,14 @@ public final class DefaultTrackSelectorTest {
...
@@ -130,14 +130,14 @@ public final class DefaultTrackSelectorTest {
/* allowNonSeamlessAdaptiveness= */
true
,
/* allowNonSeamlessAdaptiveness= */
true
,
/* maxVideoWidth= */
1
,
/* maxVideoWidth= */
1
,
/* maxVideoHeight= */
2
,
/* maxVideoHeight= */
2
,
/* maxVideoBitrate= */
3
,
/* maxVideoFrameRate= */
3
,
/* maxVideoBitrate= */
4
,
/* exceedVideoConstraintsIfNecessary= */
false
,
/* exceedVideoConstraintsIfNecessary= */
false
,
/* exceedRendererCapabilitiesIfNecessary= */
true
,
/* exceedRendererCapabilitiesIfNecessary= */
true
,
/* viewportWidth= */
4
,
/* viewportWidth= */
5
,
/* viewportHeight= */
5
,
/* viewportHeight= */
6
,
/* viewportOrientationMayChange= */
false
,
/* viewportOrientationMayChange= */
false
,
/* tunnelingAudioSessionId= */
C
.
AUDIO_SESSION_ID_UNSET
,
/* tunnelingAudioSessionId= */
C
.
AUDIO_SESSION_ID_UNSET
);
/* maxFrameRate= */
6
);
Parcel
parcel
=
Parcel
.
obtain
();
Parcel
parcel
=
Parcel
.
obtain
();
parametersToParcel
.
writeToParcel
(
parcel
,
0
);
parametersToParcel
.
writeToParcel
(
parcel
,
0
);
...
...
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