Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java754 private final int mImageWidth; field in VideoEncoderDecoderTest.YUVImage
764 mImageWidth = imageWidth; 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()
805 return mImageWidth; in getWidth()