Searched refs:uvSize (Results 1 – 2 of 2) sorted by relevance
703 int uvSize = uvStride * h / 2; in onPreviewFrame() local704 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()819 int uvSize = uvStride * h / 2; in convertFromYV12() local821 int uRowIndex = ySize + uvSize; in convertFromYV12()
1960 int uvSize = width * height / 4; in computeDecodingStatistics() local1963 byte[] uvRef = new byte[uvSize]; in computeDecodingStatistics()1964 byte[] uvDec = new byte[uvSize]; in computeDecodingStatistics()