Home
last modified time | relevance | path

Searched refs:ROLE_FLAG_TRICK_PLAY (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java1023 ROLE_FLAG_TRICK_PLAY
1070 public static final int ROLE_FLAG_TRICK_PLAY = 1 << 14; field in C
/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsMasterPlaylistParserTest.java436 assertThat(iFramesOnlyVariant.format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) in testIFrameVariant()
437 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in testIFrameVariant()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java257 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in parseMediaPresentationDescription_trickPlay()
266 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in parseMediaPresentationDescription_trickPlay()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java1891 if ((format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) != 0) { in isSupportedAdaptiveVideoTrack()
1919 if ((format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) != 0) { in selectFixedVideoTrack()
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsPlaylistParser.java309 int roleFlags = isIFrameOnlyVariant ? C.ROLE_FLAG_TRICK_PLAY : 0; in parseMasterPlaylist()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java1221 result |= C.ROLE_FLAG_TRICK_PLAY; in parseRoleFlagsFromProperties()
/external/exoplayer/tree/
DRELEASENOTES.md129 marked with the `C.ROLE_FLAG_TRICK_PLAY` flag.