Searched refs:ROLE_FLAG_TRICK_PLAY (Results 1 – 7 of 7) sorted by relevance
1023 ROLE_FLAG_TRICK_PLAY1070 public static final int ROLE_FLAG_TRICK_PLAY = 1 << 14; field in C
436 assertThat(iFramesOnlyVariant.format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) in testIFrameVariant()437 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in testIFrameVariant()
257 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in parseMediaPresentationDescription_trickPlay()266 .isEqualTo(C.ROLE_FLAG_TRICK_PLAY); in parseMediaPresentationDescription_trickPlay()
1891 if ((format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) != 0) { in isSupportedAdaptiveVideoTrack()1919 if ((format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) != 0) { in selectFixedVideoTrack()
309 int roleFlags = isIFrameOnlyVariant ? C.ROLE_FLAG_TRICK_PLAY : 0; in parseMasterPlaylist()
1221 result |= C.ROLE_FLAG_TRICK_PLAY; in parseRoleFlagsFromProperties()
129 marked with the `C.ROLE_FLAG_TRICK_PLAY` flag.