Home
last modified time | relevance | path

Searched defs:width (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/media-helper/src/android/test/mediahelper/
DMediaValidationHelper.java91 int width = format.getInteger(MediaFormat.KEY_WIDTH); in validateVideoTrackMediaFormat() local
112 int width = bitmap.getWidth(); in validateImage() local
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DSize.kt19 open class Size(val width: Int, val height: Int) { constant in com.android.server.wm.traces.common.Size
DRect.kt26 val width: Int get() = right - left constant in com.android.server.wm.traces.common.Rect
DRectF.kt26 val width: Float get() = right - left constant in com.android.server.wm.traces.common.RectF
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
DScreenRecorder.kt41 private val width: Int = 720, constant