Home
last modified time | relevance | path

Searched defs:transformationMatrix (Results 1 – 11 of 11) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationRequest.java33 private Matrix transformationMatrix; field in TransformationRequest.Builder
69 public Builder setTransformationMatrix(Matrix transformationMatrix) { in setTransformationMatrix()
187 public final Matrix transformationMatrix; field in TransformationRequest
194 Matrix transformationMatrix, in TransformationRequest()
DFrameEditor.java64 Matrix transformationMatrix, in create()
128 Context context, Matrix transformationMatrix, int textureId) throws IOException { in configureGlProgram()
DTransformer.java235 public Builder setTransformationMatrix(Matrix transformationMatrix) { in setTransformationMatrix()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/
DAdvancedFrameProcessorFactory.java62 Matrix transformationMatrix = new Matrix(); in calculateZoomInTransitionMatrix() local
72 android.graphics.Matrix transformationMatrix = new android.graphics.Matrix(); in calculateDizzyCropMatrix() local
79 float[] transformationMatrix = new float[16]; in calculate3dSpinMatrix() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/
DRepeatedTranscodeTransformationTest.java43 Matrix transformationMatrix = new Matrix(); in repeatedTranscode_givesConsistentLengthOutput() local
77 Matrix transformationMatrix = new Matrix(); in repeatedTranscodeNoAudio_givesConsistentLengthOutput() local
DSetTransformationMatrixTransformationTest.java36 Matrix transformationMatrix = new Matrix(); in setTransformationMatrixTransform() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DAdvancedFrameProcessor.java126 public AdvancedFrameProcessor(Context context, android.graphics.Matrix transformationMatrix) { in AdvancedFrameProcessor()
150 public AdvancedFrameProcessor(Context context, float[] transformationMatrix) { in AdvancedFrameProcessor()
DPresentationFrameProcessor.java86 private @MonotonicNonNull Matrix transformationMatrix; field in PresentationFrameProcessor
DScaleToFitFrameProcessor.java99 private final Matrix transformationMatrix; field in ScaleToFitFrameProcessor
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/
DTransformationRequestTest.java38 Matrix transformationMatrix = new Matrix(); in createTestTransformationRequest() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DObjectTracker.java272 final long timestamp, final float[] transformationMatrix, in nextFrame()