Home
last modified time | relevance | path

Searched defs:degrees (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java262 int expectedTrackCount, int degrees, int fmt) throws IOException { in cloneMediaUsingMuxer()
361 int expectedTrackCount, int degrees, int fmt) throws IOException { in cloneAndVerify()
383 int degrees) { in verifyAttributesMatch()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java133 float degrees = mFovMinDegrees + (float) progress / SEEKBAR_MAX_VALUE in seekBarProgressToFovDegrees() local
DPhotoCaptureActivity.java526 int degrees = 0; in calculateOrientations() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java268 int degrees = mPreviewOrientations.get(mNextPreviewOrientation); in startPreview() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java654 int degrees = 0; in setUpCamera() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java396 int degrees = 0; in setUpCamera() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java508 static private Target.Floaty degrees(double d, Target t) { in degrees() method in CoreMathVerifier