/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | Size.java | 23 public final int width; field in Size 26 public Size(int width, int height) { in Size()
|
D | SelectableResolution.java | 24 public final int width; field in SelectableResolution 30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyPaddedTest.java | 27 int width = random.nextInt(128);; in test_AllocationPadded_Byte3_1D() local 54 int width = random.nextInt(128); in test_AllocationPadded_Byte3_2D() local 111 int width = random.nextInt(512); in test_AllocationPadded_Short3_1D_Helper() local 146 int width = random.nextInt(128); in test_AllocationPadded_Short3_2D_Helper() local 219 int width = random.nextInt(512); in test_AllocationPadded_Int3_1D() local 249 int width = random.nextInt(128); in test_AllocationPadded_Int3_2D() local 312 int width = random.nextInt(512); in test_AllocationPadded_Float3_1D() local 341 int width = random.nextInt(128); in test_AllocationPadded_Float3_2D() local 403 int width = random.nextInt(512); in test_AllocationPadded_Double3_1D() local 432 int width = random.nextInt(128); in test_AllocationPadded_Double3_2D() local [all …]
|
D | AllocationCopyToTest.java | 29 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Byte() local 63 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Short_Helper() local 111 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Int() local 148 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Float() local 185 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Long() local 222 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Byte() local 253 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Short_Helper() local 298 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Int() local 332 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Float() local 366 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Long() local [all …]
|
D | rsAllocationCopyTest.java | 29 int width = random.nextInt(512); in test_rsAllocationCopy1D_Byte() local 74 int width = random.nextInt(512); in test_rsAllocationCopy1D_Short() local 121 int width = random.nextInt(512); in test_rsAllocationCopy1D_Int() local 168 int width = random.nextInt(512); in test_rsAllocationCopy1D_Float() local 216 int width = random.nextInt(512); in test_rsAllocationCopy1D_Long() local 264 int width = random.nextInt(128); in test_rsAllocationCopy2D_Byte() local 318 int width = random.nextInt(128); in test_rsAllocationCopy2D_Short() local 374 int width = random.nextInt(128); in test_rsAllocationCopy2D_Int() local 430 int width = random.nextInt(128); in test_rsAllocationCopy2D_Float() local 486 int width = random.nextInt(128); in test_rsAllocationCopy2D_Long() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClient.java | 24 void draw(Canvas canvas, int width, int height); in draw()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestLib.java | 31 public static native void init(int width, int height); in init()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSYuvTest.java | 31 int width; 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, in test_YV12() local 181 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, in test_NV21() local
|
/cts/libs/deviceutil/src/android/cts/util/ |
D | BitmapUtils.java | 57 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() 68 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 34 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 43 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
|
D | BaseRenderScriptComparer.java | 16 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, 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 | 36 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 60 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
D | MeanSquaredComparer.java | 44 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 53 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS() 78 public static float getMSE(int[] ideal, int[] given, int offset, int stride, int width, in getMSE()
|
D | PassComparer.java | 23 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
|
D | ThresholdDifferenceComparer.java | 46 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 69 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | StatsImage.java | 33 byte[] img, int width, int height, int gridW, int gridH); in computeStatsImage()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | hooks_android.cpp | 28 …__attribute__((unused)) JNIEnv * env,__attribute__((unused)) jobject obj, jint width, jint height) in Java_com_android_gputest_GLtestLib_init()
|
/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()
|
/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/graphics/src/android/graphics/cts/ |
D | ShaderTest.java | 31 int width = 80; in testAccessLocalMatrix() 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()
|
/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()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | ScriptYuvMeans1d.java | 65 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|
D | ScriptYuvMeans2dTo1d.java | 82 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|