Home
last modified time | relevance | path

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

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DFrameRotationQueueTest.java68 float[] expectedMatrix = new float[16]; in recentering_justYaw() local
103 float[] expectedMatrix = createRotationMatrix(angleRadian, x, y, z); in doTestAngleAxisToRotationMatrix() local
125 float[] expectedMatrix = new float[16]; in createRotationMatrix() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DFrameRotationQueueTest.java68 float[] expectedMatrix = new float[16]; in recentering_justYaw() local
103 float[] expectedMatrix = createRotationMatrix(angleRadian, x, y, z); in doTestAngleAxisToRotationMatrix() local
125 float[] expectedMatrix = new float[16]; in createRotationMatrix() local
/external/skia/tests/
DImageFilterTest.cpp79 const SkMatrix& expectedMatrix) { in Make()
97 MatrixTestImageFilter(skiatest::Reporter* reporter, const SkMatrix& expectedMatrix) in MatrixTestImageFilter()
1268 SkMatrix expectedMatrix = canvas.getTotalMatrix(); in DEF_TEST() local