Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java635 int uvSize = uvStride * h / 2; in onPreviewFrame() local
636 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()
751 int uvSize = uvStride * h / 2; in convertFromYV12() local
753 int uRowIndex = ySize + uvSize; in convertFromYV12()
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java1937 int uvSize = width * height / 4; in computeDecodingStatistics() local
1940 byte[] uvRef = new byte[uvSize]; in computeDecodingStatistics()
1941 byte[] uvDec = new byte[uvSize]; in computeDecodingStatistics()