Searched refs:startU (Results 1 – 1 of 1) sorted by relevance
30 final int startU = height * width; in I420Copy() local31 final int startV = startU + chromaHeight * chromaWidth; in I420Copy()35 dst.position(startU); in I420Copy()85 final int startU = dstHeight * dstWidth; in I420Rotate() local86 final int startV = startU + dstChromaHeight * dstChromaWidth; in I420Rotate()90 dst.position(startU); in I420Rotate()