Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DSize.java23 public final int width; field in Size
26 public Size(int width, int height) { in Size()
DSelectableResolution.java24 public final int width; field in SelectableResolution
30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAnimatedImageDrawableTest.kt106 drawable, width, height -> in <lambda>() method
112 drawable, width, height -> in <lambda>() method
118 drawable, width, height -> in <lambda>() method
126 drawable, width, height -> in <lambda>() method
134 drawable, width, height -> in <lambda>() method
142 drawable, width, height -> in <lambda>() method
149 drawable, width, height -> in <lambda>() method
158 drawable, width, height -> in <lambda>() method
165 drawable, width, height -> in <lambda>() method
175 drawable, width, height -> in <lambda>() method
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java27 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 …]
DAllocationCopyToTest.java37 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 …]
DRsAllocationCopyTest.java29 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/surfacecontrol/src/android/view/cts/util/aidl/
DIAttachEmbeddedWindow.aidl27 …SurfacePackage attachEmbedded(IBinder hostToken, int width, int height, int displayId, long delayM… in attachEmbedded()
31 int width, int height, boolean transferTouchToHost, in attachEmbeddedSurfaceControl()
37 in InputTransferToken hostToken, int width, int height, boolean transferTouchToHost, in attachEmbeddedASurfaceControl()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewDarkModeTestBase.java50 public void setWebViewSize(int width, int height) { in setWebViewSize()
69 private static int[] getBitmapPixels(Bitmap bitmap, int x, int y, int width, int height) { in getBitmapPixels()
76 Bitmap bitmap, int x, int y, int width, int height) { in getBitmapHistogram()
/cts/tests/tests/text/src/android/text/cts/
DLayoutInterJustificationTest.kt70 val width = 100 in <lambda>() constant
82 val width = 100 in <lambda>() constant
102 val width = Layout.getDesiredWidth(text, paint) in <lambda>() constant
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java108 int width = 100; in testYuvImage() local
237 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local
262 final int width = 1280; in testCompressYuvToJpegRWithBadInputs() local
381 final int width = 1280; in testCompressYuvToJpegR() local
415 final int width = 1280; in testCompressYuvToJpegRWithExif() local
462 final int width = stride - padding; in testCompressYuvToJpegRWithStrides() local
481 assertEquals(decoded.getWidth(), width); in testCompressYuvToJpegRWithStrides() local
484 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
501 int width = bitmap.getWidth(); in generateYuvImage() local
576 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
/cts/tests/tests/view/src/android/view/cts/
DSDRTestActivity.java46 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {} in surfaceChanged()
95 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
103 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {} in onSurfaceTextureSizeChanged()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java31 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/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java64 private final int width; field in MediaPreparerAppTest.Resolution
67 private Resolution(int width, int height) { in Resolution()
99 int width = 0; in testGetResolutions() local
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java31 int width = bitmap.getWidth(); in verify() local
41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java31 int width = bitmap.getWidth(); in verify() local
41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
/cts/tests/tests/uirendering/src/android/uirendering/cts/blendmode/
DBitmapBlendModeCanvasClient.java65 public void draw(Canvas canvas, int width, int height) { in draw()
76 private Bitmap createBitmap(int width, int height) { in createBitmap()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaStubActivity2.java68 public void onSurfaceTextureAvailable(SurfaceTexture st, int width, int height) { in onSurfaceTextureAvailable()
76 public void onSurfaceTextureSizeChanged(SurfaceTexture st, int width, int height) { in onSurfaceTextureSizeChanged()
DOutputSurface.java75 public OutputSurface(int width, int height) { in OutputSurface()
79 public OutputSurface(int width, int height, boolean useHighBitDepth) { in OutputSurface()
83 public OutputSurface(int width, int height, boolean useHighBitDepth, boolean secure) { in OutputSurface()
147 private void eglSetup(int width, int height, boolean useHighBitDepth) { in eglSetup()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/blendmode/
DBitmapBlendModeCanvasClient.java65 public void draw(Canvas canvas, int width, int height) { in draw()
76 private Bitmap createBitmap(int width, int height) { in createBitmap()
/cts/tests/media/src/android/mediav2/cts/
DVideoEncoderTest.java76 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams()
96 int width = (int) arg[2]; in prepareTestArgs() local
121 private static SupportClass getSupportRequirementsDynamic(String mediaType, int width, in getSupportRequirementsDynamic()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java181 public MediaAsset(String resource, int width, int height, boolean isSwirl, in MediaAsset()
190 public MediaAsset(String resource, int width, int height) { in MediaAsset()
194 public MediaAsset(String resource, int width, int height, boolean isSwirl) { in MediaAsset()
198 public MediaAsset(String resource, int width, int height, int bitDepth) { in MediaAsset()
344 int width = mMediaAsset.getWidth(); in decodeTest() local
432 int width, int height, int imageFormat, int mode, boolean checkSwirl) in decodeFramesToImage()
568 Image image, int width, int height, int format, String filePath) { in validateImage()
663 private static void validateYuvData(byte[] yuvData, int width, int height, int format, in validateYuvData()
723 int width = crop.width(); in getDataFromImage() local
812 int width, int height, int format, int maxNumImages, in createImageReader()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java335 String videoEncName, String outMime, int width, int height, in initCodecsAndConfigureEncoder()
523 int width, int height, boolean optional); in processLoop()
546 int width, int height, boolean optional) { in processLoop()
771 int width, int height, boolean optional) { in processLoop()
1011 int width, height; in initializeSizes() local
1045 int width = getExtreme(mVideoCaps.getSupportedWidths(), x, dx); in addExtremeSizesFor() local
1063 int width = getExtreme(mVideoCaps.getSupportedWidthsFor(height), x, dx); in addExtremeSizesFor() local
1117 int width = alignInRange( in getLargestSizeForRatio() local
1140 public boolean testSpecific(int width, int height, boolean flexYUV) { in testSpecific()
1144 public boolean testIntraRefresh(int width, int height) { in testIntraRefresh()
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClient.java27 void draw(Canvas canvas, int width, int height); in draw()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java31 public static native void init(int width, int height); in init()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DCanvasClient.java27 void draw(Canvas canvas, int width, int height); in draw()

12345678910>>...17