Searched refs:mImageHeight (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | VideoEncoderDecoderTest.java | 755 private final int mImageHeight; field in VideoEncoderDecoderTest.YUVImage 765 mImageHeight = imageHeight; in YUVImage() 773 mImageWidth, mImageHeight, arrayWidth, 1, in YUVImage() 780 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage() 783 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage() 790 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage() 793 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage() 810 return mImageHeight; in getHeight()
|