Searched refs:planeIx (Results 1 – 1 of 1) sorted by relevance
1311 for (size_t planeIx = 0; planeIx < mLayout.numPlanes; ++planeIx) { in Mapped() local1312 const uint32_t colSampling = mLayout.planes[planeIx].colSampling; in Mapped()1313 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped()1324 mOffsetData[planeIx] = in Mapped()1325 mData[planeIx] + (ssize_t)crop.left * mLayout.planes[planeIx].colInc in Mapped()1326 + (ssize_t)crop.top * mLayout.planes[planeIx].rowInc; in Mapped()