| /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/media/src/android/media/cts/ |
| D | NativeEncoderTest.java | 74 private boolean testEncode(int res, String mime, int width, int height) { in testEncode() 82 String mime, int width, int height); in testEncodeSurfaceNative() 110 private boolean testEncodeDynamicSyncFrame(int res, String mime, int width, int height) { in testEncodeDynamicSyncFrame() 118 String mime, int width, int height); in testEncodeSurfaceDynamicSyncFrameNative() 146 private boolean testEncodeDynamicBitrate(int res, String mime, int width, int height) { in testEncodeDynamicBitrate() 154 String mime, int width, int height); in testEncodeSurfaceDynamicBitrateNative() 182 private boolean testEncodePersistentSurface(int res, String mime, int width, int height) { in testEncodePersistentSurface() 191 String mime, int width, int height); in testEncodePersistentSurfaceNative()
|
| D | IvfWriter.java | 56 String filename, String mimeType, int width, int height, int scale, in IvfWriter() 79 public IvfWriter(String filename, String mimeType, int width, int height) throws IOException { in IvfWriter() 117 int frameCount, int width, int height, int scale, int rate, String mimeType) { in makeIvfHeader()
|
| D | MediaPlayerTestBase.java | 201 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() 205 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() 222 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() 238 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries() 267 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | AllocationCopyPaddedTest.java | 27 int width = random.nextInt(128);; in test_AllocationPadded_Byte3_1D() local 55 int width = random.nextInt(128); in test_AllocationPadded_Byte3_2D() local 114 int width = random.nextInt(512); in test_AllocationPadded_Short3_1D_Helper() local 150 int width = random.nextInt(128); in test_AllocationPadded_Short3_2D_Helper() local 225 int width = random.nextInt(512); in test_AllocationPadded_Int3_1D() local 256 int width = random.nextInt(128); in test_AllocationPadded_Int3_2D() local 321 int width = random.nextInt(512); in test_AllocationPadded_Float3_1D() local 351 int width = random.nextInt(128); in test_AllocationPadded_Float3_2D() local 415 int width = random.nextInt(512); in test_AllocationPadded_Double3_1D() local 445 int width = random.nextInt(128); in test_AllocationPadded_Double3_2D() local [all …]
|
| D | AllocationCopyToTest.java | 37 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Byte() local 71 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Short_Helper() local 119 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Int() local 156 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Float() local 193 int width = random.nextInt(512); in test_Allocationcopy1DRangeTo_Long() local 230 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Byte() local 261 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Short_Helper() local 306 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Int() local 340 int width = random.nextInt(128); in test_Allocationcopy2DRangeTo_Float() local 374 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/hostsidetests/sustainedperf/shadertoy_android/src/ |
| D | GLtestLib.java | 31 public static native void init(int width, int height); in init()
|
| /cts/tests/tests/view/src/android/view/cts/surfacevalidator/ |
| D | PixelChecker.java | 19 boolean checkPixels(int blackishPixelCount, int width, int height); in checkPixels()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
| D | CanvasClient.java | 27 void draw(Canvas canvas, int width, int height); in draw()
|
| /cts/tests/tests/mediastress/preconditions/app/src/android/mediastress/cts/preconditions/app/ |
| D | MediaPreparerAppTest.java | 60 private final int width; field in MediaPreparerAppTest.Resolution 63 private Resolution(int width, int height) { in Resolution() 87 int width = 0; in testGetResolutions() local
|
| /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/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/graphics/src/android/graphics/drawable/cts/ |
| D | ShapeDrawable_ShaderFactoryTest.java | 42 public Shader resize(int width, int height) { in resize()
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | TextureViewSnapshotTestActivity.java | 65 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 72 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
| D | TextureViewCameraActivity.java | 53 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
| D | CameraStreamManager.java | 159 int width, int height) { in CameraStreamManager() 182 private void setUpCameraOutputs(int width, int height) { in setUpCameraOutputs() 192 private void openCamera(int width, int height) { in openCamera()
|
| /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/uirendering/src/android/uirendering/cts/util/ |
| D | BitmapAsserter.java | 58 int width = bitmap1.getWidth(); in assertBitmapsAreSimilar() local 84 int width = bitmap.getWidth(); in assertBitmapIsVerified() local
|
| /cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
| D | ScriptYuvMeans2dTo1d.java | 82 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|
| D | ScriptYuvMeans1d.java | 65 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
| D | StatsImage.java | 33 byte[] img, int width, int height, in computeStatsImage()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
| D | ExactComparer.java | 29 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | YuvImageTest.java | 94 int width = 100; in testYuvImage() local 192 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local 212 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps() 226 int width = bitmap.getWidth(); in generateYuvImage() local 297 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs() 347 int width = expected.getWidth(); in compareBitmaps() local
|