Searched refs:mLayout (Results 1 – 1 of 1) sorted by relevance
856 &mLayout, in Mapped()859 memset(&mLayout, 0, sizeof(mLayout)); in Mapped()866 for (size_t planeIx = 0; planeIx < mLayout.numPlanes; ++planeIx) { in Mapped()867 const uint32_t colSampling = mLayout.planes[planeIx].colSampling; in Mapped()868 const uint32_t rowSampling = mLayout.planes[planeIx].rowSampling; in Mapped()873 memset(&mLayout, 0, sizeof(mLayout)); 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()889 memset(&mLayout, 0, sizeof(mLayout)); in Mapped()908 C2PlanarLayout layout() const { return mLayout; } in layout()[all …]