Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DSize.java24 public final int height; field in Size
26 public Size(int width, int height) { in Size()
DSelectableResolution.java25 public final int height; 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/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DVirtualCameraCaptureTest.java200 int height = 260; in captureImage_blocksUntilFirstFrame() local
258 int height = 720; in captureImage_withMediaCodec_hasOutputSimilarToImageReader() local
284 int height = 260; in captureImage_withMediaCodec_hasOutputSimilarToGolden() local
307 int height = 260; in captureImage_withoutCustomTimestamp_withImageWriter() local
341 int height = 260; in captureImage_withCustomTimestamp_withImageWriter() local
367 int height = 260; in captureMultipleImages_withCustomTimestamp_withImageWriter() local
420 int height = 260; in testRenderingRate() local
472 int height = 720; in captureMultipleImages_withCustomTimestamp_withMediaCodec() local
482 try (SteadyTimestampCodec steadyTimestampCodec = new SteadyTimestampCodec(width, height, in captureMultipleImages_withCustomTimestamp_withMediaCodec() argument
/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/apps/CtsVerifier/src/com/android/cts/verifier/controls/
DControlsPanelTestUtils.java30 private static CharSequence addImage(Context context, CharSequence text, float height) { in addImage()
45 static CharSequence createOpenPanelInstructions(Context context, float height) { in createOpenPanelInstructions()
/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/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.java32 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, 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.java65 private final int height; field in MediaPreparerAppTest.Resolution
67 private Resolution(int width, int height) { in Resolution()
100 int height = 0; in testGetResolutions() local
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java32 int height = bitmap.getHeight(); 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.java32 int height = bitmap.getHeight(); in verify() local
41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java109 int height = 100; in testYuvImage() local
238 int height = mTestBitmaps[0].getHeight(); in testGetYuvData() local
263 final int height = 720; in testCompressYuvToJpegRWithBadInputs() local
382 final int height = 720; in testCompressYuvToJpegR() local
417 final int height = 720; in testCompressYuvToJpegRWithExif() local
464 final int height = 720; in testCompressYuvToJpegRWithStrides() local
485 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
503 int height = bitmap.getHeight(); in generateYuvImage() local
577 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
/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/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/media/src/android/mediav2/cts/
DVideoEncoderTest.java80 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams()
101 int height = (int) arg[3]; in prepareTestArgs() local
126 int height) { in getSupportRequirementsDynamic()
/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHostActivity.kt30 val height = intent.getIntExtra(EXTRA_HEIGHT, LayoutParams.WRAP_CONTENT) in onCreate() constant
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java179 public MediaAsset(String resource, int width, int height, boolean isSwirl, in MediaAsset()
188 public MediaAsset(String resource, int width, int height) { in MediaAsset()
192 public MediaAsset(String resource, int width, int height, boolean isSwirl) { in MediaAsset()
196 public MediaAsset(String resource, int width, int height, int bitDepth) { in MediaAsset()
356 int height = mMediaAsset.getHeight(); in decodeTest() local
443 int width, int height, int imageFormat, int mode, boolean checkSwirl) in decodeFramesToImage()
579 Image image, int width, int height, int format, String filePath) { in validateImage()
674 private static void validateYuvData(byte[] yuvData, int width, int height, int format, in validateYuvData()
739 int height = crop.height(); in getDataFromImage() local
829 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
1046 int height = getExtreme(mVideoCaps.getSupportedHeightsFor(width), y, dy); in addExtremeSizesFor() local
1062 int height = getExtreme(mVideoCaps.getSupportedHeights(), y, dy); in addExtremeSizesFor() local
1120 int height = 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/videocodec/src/android/videocodec/cts/
DVideoEncoderFrameRateTest.java71 int height, int maxBFrames, int bitrate) { in getVideoEncoderCfgParams()
82 private static void addParams(int width, int height) { in addParams()
102 private static void addParamsAPV(int width, int height, int bitrate) { in addParamsAPV()
/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