Searched refs:ySize (Results 1 – 2 of 2) sorted by relevance
702 int ySize = yStride * h; in onPreviewFrame() local704 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()818 int ySize = yStride * h; in convertFromYV12() local821 int uRowIndex = ySize + uvSize; in convertFromYV12()822 int vRowIndex = ySize; in convertFromYV12()
1959 int ySize = width * height; in computeDecodingStatistics() local1961 byte[] yRef = new byte[ySize]; in computeDecodingStatistics()1962 byte[] yDec = new byte[ySize]; in computeDecodingStatistics()