Searched refs:uvSize (Results 1 – 2 of 2) sorted by relevance
635 int uvSize = uvStride * h / 2; in onPreviewFrame() local636 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()751 int uvSize = uvStride * h / 2; in convertFromYV12() local753 int uRowIndex = ySize + uvSize; in convertFromYV12()
1916 int uvSize = width * height / 4; in computeDecodingStatistics() local1919 byte[] uvRef = new byte[uvSize]; in computeDecodingStatistics()1920 byte[] uvDec = new byte[uvSize]; in computeDecodingStatistics()