Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java62 private final int height; field in MediaPreparerAppTest.Resolution
64 private Resolution(int width, int height) { in Resolution()
93 int height = 0; in testGetResolutions() local
/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()
DTextureViewSnapshotTestActivity.java65 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
72 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/tests/media/src/android/mediav2/cts/
DVideoEncoderTest.java74 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams()
95 int height = (int) arg[3]; in prepareTestArgs() local
120 int height) { in getSupportRequirementsDynamic()
/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/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/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/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.java180 public MediaAsset(String resource, int width, int height, boolean isSwirl, in MediaAsset()
189 public MediaAsset(String resource, int width, int height) { in MediaAsset()
193 public MediaAsset(String resource, int width, int height, boolean isSwirl) { in MediaAsset()
197 public MediaAsset(String resource, int width, int height, int bitDepth) { in MediaAsset()
344 int height = mMediaAsset.getHeight(); 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()
724 int height = crop.height(); 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
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/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()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClient.java27 void draw(Canvas canvas, int width, int height); in draw()
/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderProfileLevelTestBase.java45 public static int getMinLevel(String mediaType, int width, int height, int frameRate, in getMinLevel()
67 private static int getMinLevelAVC(int width, int height, int frameRate, int bitrate) { in getMinLevelAVC()
116 private static int getMinLevelHEVC(int width, int height, int frameRate, int bitrate) { in getMinLevelHEVC()
166 private static int getMinLevelH263(int width, int height, int frameRate, int bitrate) { in getMinLevelH263()
168 private LevelLimitH263(int level, long sampleRate, int width, int height, int frameRate, in getMinLevelH263()
210 private static int getMinLevelVP9(int width, int height, int frameRate, int bitrate) { in getMinLevelVP9()
257 private static int getMinLevelMPEG2(int width, int height, int frameRate, int bitrate) { in getMinLevelMPEG2()
259 private LevelLimitMPEG2(int level, long sampleRate, int width, int height, in getMinLevelMPEG2()
300 private static int getMinLevelMPEG4(int width, int height, int frameRate, int bitrate, in getMinLevelMPEG4()
303 private LevelLimitMPEG4(int profile, int level, long sampleRate, int width, int height, in getMinLevelMPEG4()
[all …]
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapAsserter.java53 int height = bitmap1.getHeight(); in assertBitmapsAreSimilar() local
79 int height = bitmap.getHeight(); in assertBitmapIsVerified() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DCameraStreamManager.java159 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()

12345678910>>...15