Searched refs:planeIx (Results 1 – 1 of 1) sorted by relevance
866 for (size_t planeIx = 0; planeIx < mLayout.numPlanes; ++planeIx) { in Mapped() local867 const uint32_t colSampling = mLayout.planes[planeIx].colSampling; in Mapped()868 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped()879 mOffsetData[planeIx] = in Mapped()880 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()881 + (ssize_t)crop.top * mLayout.planes[planeIx].rowInc; in Mapped()