Searched refs:dstChromaHeight (Results 1 – 2 of 2) sorted by relevance
75 final int dstChromaHeight = (dstHeight + 1) / 2; in I420Rotate() local78 final int minSize = dstWidth * dstHeight + dstChromaWidth * dstChromaHeight * 2; in I420Rotate()86 final int startV = startU + dstChromaHeight * dstChromaWidth; in I420Rotate()
110 int dstChromaHeight = (height + 1) / 2;112 return srcChromaWidth * srcChromaHeight * 2 + dstChromaWidth * dstChromaHeight * 2;