Searched refs:mPlane (Results 1 – 3 of 3) sorted by relevance
80 if (image.mPlane[ix].mHorizSubsampling > INT32_MAX in initFromV1()81 || image.mPlane[ix].mVertSubsampling > INT32_MAX) { in initFromV1()94 mPlane[ix].mOffset = image.mPlane[ix].mOffset; in initFromV1()95 mPlane[ix].mColInc = image.mPlane[ix].mColInc; in initFromV1()96 mPlane[ix].mRowInc = image.mPlane[ix].mRowInc; in initFromV1()97 mPlane[ix].mHorizSubsampling = (int32_t)image.mPlane[ix].mHorizSubsampling; in initFromV1()98 mPlane[ix].mVertSubsampling = (int32_t)image.mPlane[ix].mVertSubsampling; in initFromV1()
4545 image.mPlane[image.Y].mOffset = 0; in describeDefaultColorFormat()4546 image.mPlane[image.Y].mColInc = 1; in describeDefaultColorFormat()4547 image.mPlane[image.Y].mRowInc = params.nStride; in describeDefaultColorFormat()4548 image.mPlane[image.Y].mHorizSubsampling = 1; in describeDefaultColorFormat()4549 image.mPlane[image.Y].mVertSubsampling = 1; in describeDefaultColorFormat()4556 image.mPlane[image.Y].mRowInc = ystride; in describeDefaultColorFormat()4558 image.mPlane[image.V].mOffset = ystride * params.nSliceHeight; in describeDefaultColorFormat()4559 image.mPlane[image.V].mColInc = 1; in describeDefaultColorFormat()4560 image.mPlane[image.V].mRowInc = cstride; in describeDefaultColorFormat()4561 image.mPlane[image.V].mHorizSubsampling = 2; in describeDefaultColorFormat()[all …]
54 PlaneInfo mPlane[MAX_NUM_PLANES]; member96 PlaneInfo mPlane[MAX_NUM_PLANES]; member