| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
| D | Size.java | 23 public final int width; field in Size 26 public Size(int width, int height) { in Size()
|
| D | SelectableResolution.java | 24 public final int width; field in SelectableResolution 30 public SelectableResolution(int cameraId, int width, int height) { in SelectableResolution()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
| D | BitmapComparer.java | 34 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 43 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
|
| D | BaseRenderScriptComparer.java | 16 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, 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()
|
| D | ExactComparer.java | 36 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 58 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
| D | MeanSquaredComparer.java | 44 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 53 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS() 78 public static float getMSE(int[] ideal, int[] given, int offset, int stride, int width, in getMSE()
|
| D | PassComparer.java | 23 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
|
| D | ThresholdDifferenceComparer.java | 46 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame() 69 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
|
| /cts/tests/tests/media/src/android/media/cts/ |
| D | IvfWriter.java | 52 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()
|
| D | MediaPlayerTestBase.java | 178 protected void playVideoTest(String path, int width, int height) throws Exception { in playVideoTest() 182 protected void playVideoWithRetries(String path, Integer width, Integer height, int playTime) in playVideoWithRetries() 199 protected void playVideoTest(int resid, int width, int height) throws Exception { in playVideoTest() 215 protected void playLoadedVideo(final Integer width, final Integer height, int playTime) in playLoadedVideo()
|
| D | ImageReaderDecoderTest.java | 155 private void videoDecodeToSurface(int video, int width, in videoDecodeToSurface() 192 private void decodeFramesToImageReader(int width, int height, int imageFormat, in decodeFramesToImageReader() 338 public static void validateImage(Image image, int width, int height, int format, in validateImage() 352 private static void validateYuvData(byte[] yuvData, int width, int height, int format, in validateYuvData() 412 int width = image.getWidth(); in getDataFromImage() local 490 private void createImageReader(int width, int height, int format, int maxNumImages, in createImageReader()
|
| /cts/tests/tests/textureview/src/android/textureview/cts/ |
| D | TextureViewSnapshotTestActivity.java | 61 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/ |
| D | ShaderTest.java | 31 int width = 80; in testAccessLocalMatrix() local
|
| D | YuvImageTest.java | 93 int width = 100; in testYuvImage() local 200 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local 219 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps() 233 int width = bitmap.getWidth(); in generateYuvImage() local 303 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs() 353 int width = expected.getWidth(); in compareBitmaps() local
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
| D | CanvasClient.java | 26 public abstract void draw(Canvas canvas, int width, int height); in draw()
|
| D | CanvasClientView.java | 32 public CanvasClientView(Context context, CanvasClient canvasClient, int width, int height) { in CanvasClientView()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/ |
| D | ProjectionActivity.java | 120 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 150 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
| D | IProjectionService.aidl | 25 void startRendering(in Surface surface, int width, int height, int density, int viewType); in startRendering()
|
| /cts/tests/tests/graphics2/src/android/graphics2/cts/ |
| D | TextureViewCameraActivity.java | 50 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/ |
| D | InvertVerifier.java | 29 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
|
| D | GoldenImageVerifier.java | 34 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
| D | ScriptYuvMeans1d.java | 65 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|
| D | ScriptYuvMeans2dTo1d.java | 82 int width = mInputAllocation.getType().getX(); in updateScriptInput() local
|
| /cts/hostsidetests/theme/app/src/android/theme/app/ |
| D | DisplayInfoActivity.java | 43 int width = Math.round(dm.widthPixels / dm.density); in onCreate() local
|
| /cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
| D | Scene.cpp | 21 Scene::Scene(int width, int height) : in Scene()
|