Searched refs:vPixStride (Results 1 – 1 of 1) sorted by relevance
573 int vPixStride = vPlane.getPixelStride(); in convertToRGB() local579 byte[] vFullRow = new byte[vPixStride * (width / 2 - 1) + 1]; in convertToRGB()593 yuvPixel[2] = vFullRow[vPixStride * halfW]; in convertToRGB()