/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | Size.java | 24 public final int height; field in Size 26 public Size(int width, int height) { in Size()
|
D | SelectableResolution.java | 25 public final int height; field in SelectableResolution 30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeEncoderTest.java | 76 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()
|
D | MediaStubActivity2.java | 61 public void onSurfaceTextureAvailable(SurfaceTexture st, int width, int height) { in onSurfaceTextureAvailable() 69 public void onSurfaceTextureSizeChanged(SurfaceTexture st, int width, int height) { in onSurfaceTextureSizeChanged()
|
D | MediaPlayerTestBase.java | 150 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() 172 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() 194 Integer width, Integer height, int playTime) throws Exception { in playVideoWithRetries() 224 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
|
D | IvfWriter.java | 56 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()
|
/cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ |
D | MediaPreparerAppTest.java | 62 private final int height; field in MediaPreparerAppTest.Resolution 64 private Resolution(int width, int height) { in Resolution() 89 int height = 0; in testGetResolutions() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSYuvTest.java | 32 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/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/ |
D | BitmapVerifier.java | 32 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/ |
D | BitmapVerifier.java | 32 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/blendmode/ |
D | BitmapBlendModeCanvasClient.java | 65 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/ |
D | BitmapBlendModeCanvasClient.java | 65 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/ |
D | EncoderProfileLevelTest.java | 251 private int getMinLevel(String mime, int width, int height, int frameRate, int bitrate, in getMinLevel() 276 private int getMinLevelAVC(int width, int height, int frameRate, int bitrate) { in getMinLevelAVC() 324 private int getMinLevelHEVC(int width, int height, int frameRate, int bitrate) { in getMinLevelHEVC() 372 private int getMinLevelH263(int width, int height, int frameRate, int bitrate) { in getMinLevelH263() 374 private LevelLimitH263(int level, int height, int width, int frameRate, in getMinLevelH263() 384 private final int height; in getMinLevelH263() field in EncoderProfileLevelTest.LevelLimitH263 413 private int getMinLevelVP9(int width, int height, int frameRate, int bitrate) { in getMinLevelVP9() 459 private int getMinLevelMPEG2(int width, int height, int frameRate, int bitrate) { in getMinLevelMPEG2() 461 private LevelLimitMPEG2(int level, long sampleRate, int width, int height, in getMinLevelMPEG2() 474 private final int height; in getMinLevelMPEG2() field in EncoderProfileLevelTest.LevelLimitMPEG2 [all …]
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestLib.java | 31 public static native void init(int width, int height); in init()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClient.java | 27 void draw(Canvas canvas, int width, int height); in draw()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClient.java | 27 void draw(Canvas canvas, int width, int height); in draw()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
D | BitmapAsserter.java | 53 int height = bitmap1.getHeight(); in assertBitmapsAreSimilar() local 79 int height = bitmap.getHeight(); in assertBitmapIsVerified() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapAsserter.java | 53 int height = bitmap1.getHeight(); in assertBitmapsAreSimilar() local 79 int height = bitmap.getHeight(); in assertBitmapIsVerified() local
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | RectChecker.java | 52 int width, int height) { in validatePlane() 62 int width, int height) { in validatePlaneForTarget() 116 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
D | CameraStreamManager.java | 159 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/ |
D | TextureViewSnapshotTestActivity.java | 65 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 72 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 91 final int height = bmp1.getHeight(); in compareBitmaps() local 115 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() 126 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 91 final int height = bmp1.getHeight(); in compareBitmaps() local 115 public static Bitmap generateRandomBitmap(int width, int height) { in generateRandomBitmap() 126 public static Bitmap generateWhiteBitmap(int width, int height) { in generateWhiteBitmap()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | hooks_android.cpp | 28 …__attribute__((unused)) JNIEnv * env,__attribute__((unused)) jobject obj, jint width, jint height) in Java_com_android_gputest_GLtestLib_init()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | CloseOnOutsideTestActivity.java | 39 int height = displayMetrics.heightPixels; in onCreate() local
|