Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java102 int Width; field in DebugContext.SetupAllocationCopyTests
121 Width = RN.nextInt(size/2)+size/2; in SetupAllocationCopyTests()
124 ArrLen = Width; in SetupAllocationCopyTests()
126 ArrLen = Width * Height; in SetupAllocationCopyTests()
132 typeBuilder.setX(Width); in SetupAllocationCopyTests()
134 typeBuilder.setX(Width).setY(Height); in SetupAllocationCopyTests()
186 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_Normal()
187 int Count = AC.RN.nextInt(AC.Width - Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()
203 for (int i = 0; i < AC.Width; i++) { in testDebugContextRsAllocationCopy1D_Byte_Normal()
230 int xOff = AC.RN.nextInt(AC.Width-AC.Height) + AC.Height; in testDebugContextRsAllocationCopy2D_Short_Normal()
[all …]
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/
DAndroid.bp89 "Width": 1920,