Home
last modified time | relevance | path

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

12345678910

/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/bitmapverifiers/
DWideGamutBitmapVerifier.java33 int height = bitmap.getHeight(); in verify() local
38 int width, int height); in verify()
41 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
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()
DRegionVerifier.java42 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
62 private boolean verifySubRect(int[] bitmap, int offset, int stride, int width, int height, in verifySubRect()
/cts/tests/tests/media/src/android/media/cts/
DNativeEncoderTest.java76 private boolean testEncode(int res, String mime, int width, int height) { in testEncode()
84 String mime, int width, int height); in testEncodeSurfaceNative()
112 private boolean testEncodeDynamicSyncFrame(int res, String mime, int width, int height) { in testEncodeDynamicSyncFrame()
120 String mime, int width, int height); in testEncodeSurfaceDynamicSyncFrameNative()
148 private boolean testEncodeDynamicBitrate(int res, String mime, int width, int height) { in testEncodeDynamicBitrate()
156 String mime, int width, int height); in testEncodeSurfaceDynamicBitrateNative()
184 private boolean testEncodePersistentSurface(int res, String mime, int width, int height) { in testEncodePersistentSurface()
193 String mime, int width, int height); in testEncodePersistentSurfaceNative()
DMediaPlayerTestBase.java150 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest()
154 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
171 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
187 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries()
216 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
DIvfWriter.java56 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()
DHeifWriterTest.java273 int maxNumImages, int actualNumImages, int width, int height, in TestConfig()
395 final int height = config.mHeight; in doTest() local
504 private void fillYuvBuffer(int frameIndex, @NonNull byte[] data, int width, int height, in fillYuvBuffer()
517 private void drawFrame(int width, int height) { in drawFrame()
525 private static Rect getColorBarRect(int index, int width, int height) { in getColorBarRect()
531 private static Rect getColorBlockRect(int index, int width, int height) { in getColorBlockRect()
537 private void generateSurfaceFrame(int frameIndex, int width, int height) { in generateSurfaceFrame()
574 String filename, int width, int height, int rotation, in verifyResult()
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
DMediaPreparerAppTest.java61 private final int height; field in MediaPreparerAppTest.Resolution
63 private Resolution(int width, int height) { in Resolution()
88 int height = 0; in testGetResolutions() local
/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/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java31 public static native void init(int width, int height); in init()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DCanvasClient.java27 void draw(Canvas canvas, int width, int height); in draw()
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/
DPixelChecker.java19 boolean checkPixels(int blackishPixelCount, int width, int height); in checkPixels()
/cts/tests/tests/uirendering/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()
/cts/tests/tests/view/src/android/view/cts/
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()
DTextureViewCameraActivity.java53 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dhooks_android.cpp28 …__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/
DShapeDrawable_ShaderFactoryTest.java42 public Shader resize(int width, int height) { in resize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectionActivity.java120 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/graphics/src/android/graphics/cts/
DYuvImageTest.java95 int height = 100; in testYuvImage() local
193 int height = mTestBitmaps[0].getHeight(); in testGetYuvData() local
212 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
227 int height = bitmap.getHeight(); in generateYuvImage() local
297 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
348 int height = expected.getHeight(); in compareBitmaps() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyToTest.java231 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Byte() local
262 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Short_Helper() local
307 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Int() local
341 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Float() local
375 int height = random.nextInt(128); in test_Allocationcopy2DRangeTo_Long() local
409 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Byte() local
446 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Short_Helper() local
491 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Int() local
531 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Float() local
571 int height = random.nextInt(64); in test_Allocationcopy3DRangeTo_Long() local
[all …]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBitmapUtils.java63 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap()
74 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DExactComparer.java30 int height) { in verifySame()

12345678910