Home
last modified time | relevance | path

Searched defs:ratio (Results 1 – 17 of 17) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
DCubeRenderer.java97 float ratio = (float) width / height; in onSurfaceChanged() local
/cts/tests/tests/media/src/android/media/cts/
DEnvReverbTest.java127 short ratio = mReverb.getDecayHFRatio(); in test1_1Decay() local
231 short ratio = mReverb.getDiffusion(); in test1_4DiffusionAndDensity() local
DDynamicsProcessingTest.java962 final float ratio = index * 1.2f; in test2_7Mbc() local
1046 final float ratio = 1.2f; in test2_8Limiter() local
DAudioRecordTest.java1616 final double ratio = (double)timeDiff / timeByFrames; in verifyContinuousTimestamps() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java81 float ratio = (float) width / height; in onSurfaceChanged() local
DGLArrowSensorTestRenderer.java107 float ratio = (float) w / h; in onSurfaceChanged() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java138 float ratio = (float) width / height; in onSurfaceChanged() local
DPlanetsRenderer.java262 float ratio = (float) width / height; in onSurfaceChanged() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventBasicVerification.java152 double ratio = Math.min(Math.abs(worstBatchUs - minBatchUs), in getDefault() local
/cts/tests/openglperf2/jni/primitive/fullpipeline/
DFullPipelineRenderer.cpp134 float ratio = (float) mWidth / mHeight; in setUp() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DAlphaTestView.java76 private int blendColor(int color1, int color2, float ratio) { in blendColor()
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp103 float ratio = width / height; in setUpProjectionMatrix() local
/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java113 float ratio = (float) Math.tan(Math.PI / 8); in testMaximumAngle() local
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoSubject.java96 public void hasVideoPixelAspectRatio(float ratio) { in hasVideoPixelAspectRatio()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java129 final float ratio = (float) width / height; in onSurfaceChanged() local
/cts/tests/openglperf2/test/
DMatrixTest.cpp168 float ratio = (float) 800 / 600; in TEST() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java396 double ratio = (double) size.width / size.height; in getOptimalPreviewSize() local