Searched refs:dstChromaWidth (Results 1 – 2 of 2) sorted by relevance
76 final int dstChromaWidth = (dstWidth + 1) / 2; in I420Rotate() local78 final int minSize = dstWidth * dstHeight + dstChromaWidth * dstChromaHeight * 2; in I420Rotate()86 final int startV = startU + dstChromaHeight * dstChromaWidth; in I420Rotate()96 dstChromaWidth, dstV, dstChromaWidth, srcWidth, srcHeight, rotationMode); in I420Rotate()
109 int dstChromaWidth = (width + 1) / 2;112 return srcChromaWidth * srcChromaHeight * 2 + dstChromaWidth * dstChromaHeight * 2;