Home
last modified time | relevance | path

Searched refs:imageWidth (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java177 private float focalLengthPixels(float fovDegrees, float imageWidth) { in focalLengthPixels() argument
178 return (float) (imageWidth in focalLengthPixels()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js880 var imageWidth = 100; // $F('imageWidth');
891 canvasWidth: imageWidth,
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java760 int imageWidth, int imageHeight, in YUVImage() argument
764 mImageWidth = imageWidth; in YUVImage()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1767 int imageWidth = image.getWidth(); in checksum() local
1778 width = imageWidth; in checksum()
1781 width = imageWidth / 2; in checksum()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRobustnessTest.java143 int imageWidth = image.getWidth(); in testBadSurfaceDimensions() local
145 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()