Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DYUVImage.java28 private final int mImageWidth; field in YUVImage
38 mImageWidth = imageWidth; 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()
79 return mImageWidth; in getWidth()