/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | Size.java | 24 public final int height; field in Size 26 public Size(int width, int height) { in Size()
|
D | SelectableResolution.java | 25 public final int height; field in SelectableResolution 30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSYuvTest.java | 32 int height; field in RSYuvTest 106 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, 0); in testV17() local 144 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, 1); in test_YV12() local 180 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, 2); in test_NV21() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 35 int height); in verifySame() 43 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
|
D | BaseRenderScriptComparer.java | 17 int height); in verifySame() 24 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS() 28 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
|
D | ExactComparer.java | 37 int height) { in verifySame() 60 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
D | MeanSquaredComparer.java | 45 int height) { in verifySame() 53 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS() 79 int height) { in getMSE()
|
D | PassComparer.java | 24 int height) { in verifySame()
|
D | ThresholdDifferenceComparer.java | 47 int height) { in verifySame() 69 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | IvfWriter.java | 52 int width, int height, in IvfWriter() 73 public IvfWriter(String filename, int width, int height) throws IOException { in IvfWriter() 110 private static byte[] makeIvfHeader(int frameCount, int width, int height, int scale, int rate){ in makeIvfHeader()
|
D | MediaPlayerTestBase.java | 190 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() 194 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() 211 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() 230 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
|
/cts/tests/tests/textureview/src/android/textureview/cts/ |
D | TextureViewSnapshotTestActivity.java | 61 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 68 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClient.java | 26 public abstract void draw(Canvas canvas, int width, int height); in draw()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ShaderTest.java | 32 int height = 120; in testAccessLocalMatrix() local
|
D | YuvImageTest.java | 94 int height = 100; in testYuvImage() local 201 int height = mTestBitmaps[0].getHeight(); in testGetYuvData() local 219 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps() 234 int height = bitmap.getHeight(); in generateYuvImage() local 303 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs() 354 int height = expected.getHeight(); in compareBitmaps() local
|
D | PorterDuffColorFilterTest.java | 33 int height = 100; in testPorterDuffColorFilter() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
D | ProjectionActivity.java | 120 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 150 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
D | IProjectionService.aidl | 25 void startRendering(in Surface surface, int width, int height, int density, int viewType); in startRendering()
|
/cts/tests/tests/graphics2/src/android/graphics2/cts/ |
D | TextureViewCameraActivity.java | 50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | InvertVerifier.java | 29 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
|
D | GoldenImageVerifier.java | 35 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyToTest.java | 212 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Byte() local 243 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Short() local 277 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Int() local 311 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Float() local 345 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Long() local 379 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Byte() local 416 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Short() local 456 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Int() local 496 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Float() local 536 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Long() local [all …]
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | DisplayInfoActivity.java | 45 int height = Math.round(dm.heightPixels / dm.density); in onCreate() local
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
D | Scene.cpp | 21 Scene::Scene(int width, int height) : in Scene()
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
D | GlowingScene.cpp | 27 GlowingScene::GlowingScene(int width, int height) : in GlowingScene() 100 Matrix* GlowingScene::setUpProjectionMatrix(float width, float height) { in setUpProjectionMatrix()
|