Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils.cpp158 const uint32_t planeWidth = alignedWidth / planeInfo.horizontalSubsampling; in getFormatTransferInfo() local
161 const uint32_t planeStrideTexels = planeWidth; in getFormatTransferInfo()
184 .width = planeWidth, in getFormatTransferInfo()
/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp636 int planeWidth = CVPixelBufferGetWidthOfPlane(mDecodedFrame, i); in copyFrameToCPU() local
639 planeData, linesize, planeWidth, planeHeight); in copyFrameToCPU()
642 if (planeWidth != mOutputWidth && planeWidth != mOutputWidth / 2) { in copyFrameToCPU()
650 if (linesize <= planeWidth) { in copyFrameToCPU()
651 int sz = planeHeight * planeWidth; in copyFrameToCPU()
657 int sz = planeWidth; in copyFrameToCPU()
DMediaH264DecoderVideoToolBox.cpp512 int planeWidth = CVPixelBufferGetWidthOfPlane(mDecodedFrame, i); in copyFrame() local
514 …ane=%d data=%p linesize=%d pwidth=%d pheight=%d", i, planeData, linesize, planeWidth, planeHeight); in copyFrame()
516 if (planeWidth != imgWidth && planeWidth != imgWidth / 2) { in copyFrame()
523 if (linesize <= planeWidth) { in copyFrame()
524 int sz = planeHeight * planeWidth; in copyFrame()
530 int sz = planeWidth; in copyFrame()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp8977 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat()
8983 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
8987 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
8994 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp10924 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat()
10930 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
10934 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
10941 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp12271 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat()
12277 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
12281 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
12288 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp13486 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat()
13492 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
13496 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
13503 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp13134 size_t planeWidth = VENUS_Y_STRIDE(COLOR_FMT_NV12, params->nFrameWidth); in describeColorFormat()
13140 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
13144 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
13151 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()