Searched refs:arrayWidth (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | VideoEncoderDecoderTest.java | 761 int arrayWidth, int arrayHeight, in YUVImage() argument 770 int srcOffsetY = origin.x + origin.y * arrayWidth; in YUVImage() 773 mImageWidth, mImageHeight, arrayWidth, 1, in YUVImage() 777 int srcOffsetUV = origin.y / 2 * arrayWidth + origin.x / 2 * 2; in YUVImage() 780 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage() 783 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage() 786 int srcOffsetU = origin.y / 2 * arrayWidth / 2 + origin.x / 2; in YUVImage() 787 int srcOffsetV = srcOffsetU + arrayWidth / 2 * arrayHeight / 2; in YUVImage() 790 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage() 793 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage()
|