Searched refs:planeWidth (Results 1 – 1 of 1) sorted by relevance
10105 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat() local10111 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()10115 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()10122 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()