Home
last modified time | relevance | path

Searched refs:planeWidth (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp10105 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat() local
10111 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()