Home
last modified time | relevance | path

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

12345678

/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/testinfrastructure/
DCanvasClient.java24 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/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/libs/deviceutil/src/android/cts/util/
DBitmapUtils.java57 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap()
68 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java35 int height); in verifySame()
43 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
DBaseRenderScriptComparer.java17 int height); in verifySame()
24 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
28 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
DExactComparer.java37 int height) { in verifySame()
60 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
DMeanSquaredComparer.java45 int height) { in verifySame()
53 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
79 int height) { in getMSE()
DPassComparer.java24 int height) { in verifySame()
DThresholdDifferenceComparer.java47 int height) { in verifySame()
69 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DStatsImage.java33 byte[] img, int width, int height, int gridW, int gridH); in computeStatsImage()
/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/media/src/android/media/cts/
DIvfWriter.java52 int width, int height, in IvfWriter()
73 public IvfWriter(String filename, int width, int height) throws IOException { in IvfWriter()
110 private static byte[] makeIvfHeader(int frameCount, int width, int height, int scale, int rate){ in makeIvfHeader()
DMediaPlayerTestBase.java190 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest()
194 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries()
211 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest()
230 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
/cts/tests/tests/textureview/src/android/textureview/cts/
DTextureViewSnapshotTestActivity.java61 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
68 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/cts/tests/tests/graphics/src/android/graphics/cts/
DShaderTest.java32 int height = 120; in testAccessLocalMatrix() local
DYuvImageTest.java94 int height = 100; in testYuvImage() local
201 int height = mTestBitmaps[0].getHeight(); in testGetYuvData() local
219 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps()
234 int height = bitmap.getHeight(); in generateYuvImage() local
303 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
354 int height = expected.getHeight(); in compareBitmaps() local
/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()
DIProjectionService.aidl25 void startRendering(in Surface surface, int width, int height, int density, int viewType); in startRendering()
/cts/tests/tests/graphics2/src/android/graphics2/cts/
DTextureViewCameraActivity.java50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DInvertVerifier.java29 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DGoldenImageVerifier.java35 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
/cts/tests/openglperf2/jni/reference/scene/
DScene.cpp21 Scene::Scene(int width, int height) : in Scene()

12345678