Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DBufferDebug.java26 private static final int HALF_WIDTH = 8; field in BufferDebug
31 public static final int WIDTH = HALF_WIDTH * 2;
105 if (i == start + HALF_WIDTH - 1) { in writeRow()
112 if (padding >= HALF_WIDTH) { in writeRow()
124 if (i == start + HALF_WIDTH - 1) { in writeRow()
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java1120 final int HALF_WIDTH = mWidth / 2; in generateFrame() local
1147 frameData[mWidth*mHeight + y * HALF_WIDTH + x] = (byte) TEST_U; in generateFrame()
1148 frameData[mWidth*mHeight + y * HALF_WIDTH + x + 1] = (byte) TEST_V; in generateFrame()
1156 frameData[mWidth*mHeight + (y/2) * HALF_WIDTH + (x/2)] = (byte) TEST_U; in generateFrame()
1157 frameData[mWidth*mHeight + HALF_WIDTH * (mHeight / 2) + in generateFrame()
1158 (y/2) * HALF_WIDTH + (x/2)] = (byte) TEST_V; in generateFrame()