Home
last modified time | relevance | path

Searched defs:rotationDegrees (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java148 private int rotationDegrees; field in Format.Builder
457 public Builder setRotationDegrees(int rotationDegrees) { in setRotationDegrees()
744 public final int rotationDegrees; field in Format
873 int rotationDegrees, in createVideoSampleFormat()
905 int rotationDegrees, in createVideoSampleFormat()
1234 int rotationDegrees, in Format()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java686 int rotationDegrees; in parseTkhd() local
765 int rotationDegrees, in parseStsd()
886 int rotationDegrees, in parseVideoSampleEntry()
1533 private final int rotationDegrees; field in AtomParsers.TkhdData
1535 public TkhdData(int id, long duration, int rotationDegrees) { in TkhdData()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java2111 int rotationDegrees = Format.NO_VALUE; in initializeOutput() local