Searched refs:planeIx (Results 1 – 1 of 1) sorted by relevance
857 for (size_t planeIx = 0; planeIx < mLayout.numPlanes; ++planeIx) { in Mapped() local858 const uint32_t colSampling = mLayout.planes[planeIx].colSampling; in Mapped()859 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped()870 mOffsetData[planeIx] = in Mapped()871 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()872 + (ssize_t)crop.top * mLayout.planes[planeIx].rowInc; in Mapped()