Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DYUVImage.java29 private final int mImageHeight; field in YUVImage
39 mImageHeight = imageHeight; in YUVImage()
47 mImageWidth, mImageHeight, arrayWidth, 1, in YUVImage()
54 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage()
57 mImageWidth / 2, mImageHeight / 2, arrayWidth, 2, in YUVImage()
64 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage()
67 mImageWidth / 2, mImageHeight / 2, arrayWidth / 2, 1, in YUVImage()
84 return mImageHeight; in getHeight()