Home
last modified time | relevance | path

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

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationRequest.java37 private float rotationDegrees; field in TransformationRequest.Builder
124 public Builder setRotationDegrees(float rotationDegrees) { in setRotationDegrees()
271 public final float rotationDegrees; field in TransformationRequest
306 float rotationDegrees, in TransformationRequest()
DScaleToFitFrameProcessor.java46 private float rotationDegrees; field in ScaleToFitFrameProcessor.Builder
84 public Builder setRotationDegrees(float rotationDegrees) { in setRotationDegrees()
114 Context context, float scaleX, float scaleY, float rotationDegrees) { in ScaleToFitFrameProcessor()
/external/libmonet/blend/
DBlend.java43 double rotationDegrees = Math.min(differenceDegrees * 0.5, 15.0); in harmonize() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java158 private int rotationDegrees; field in Format.Builder
469 public Builder setRotationDegrees(int rotationDegrees) { in setRotationDegrees()
722 public final int rotationDegrees; field in Format
818 int rotationDegrees, in createVideoSampleFormat()
1526 bundle.putInt(keyForField(FIELD_ROTATION_DEGREES), rotationDegrees); in toBundle() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java155 private int rotationDegrees; field in Format.Builder
466 public Builder setRotationDegrees(int rotationDegrees) { in setRotationDegrees()
719 public final int rotationDegrees; field in Format
811 int rotationDegrees, in createVideoSampleFormat()
1496 bundle.putInt(keyForField(FIELD_ROTATION_DEGREES), rotationDegrees); in toBundle() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java844 int rotationDegrees; in parseTkhd() local
923 int rotationDegrees, in parseStsd()
1074 int rotationDegrees, in parseVideoSampleEntry()
1921 private final int rotationDegrees; field in AtomParsers.TkhdData
1923 public TkhdData(int id, long duration, int rotationDegrees) { in TkhdData()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java844 int rotationDegrees; in parseTkhd() local
923 int rotationDegrees, in parseStsd()
1074 int rotationDegrees, in parseVideoSampleEntry()
1895 private final int rotationDegrees; field in AtomParsers.TkhdData
1897 public TkhdData(int id, long duration, int rotationDegrees) { in TkhdData()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java2284 int rotationDegrees = Format.NO_VALUE; in initializeOutput() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java2218 int rotationDegrees = Format.NO_VALUE; in initializeOutput() local