Searched refs:planeHeight (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkFormatUtils.cpp | 159 const uint32_t planeHeight = alignedHeight / planeInfo.verticalSubsampling; in getFormatTransferInfo() local 163 const uint32_t planeSize = planeHeight * planeStrideBytes; in getFormatTransferInfo() 185 .height = planeHeight, in getFormatTransferInfo()
|
/hardware/google/aemu/host-common/ |
D | MediaVideoToolBoxVideoHelper.cpp | 637 int planeHeight = CVPixelBufferGetHeightOfPlane(mDecodedFrame, i); in copyFrameToCPU() local 639 planeData, linesize, planeWidth, planeHeight); in copyFrameToCPU() 651 int sz = planeHeight * planeWidth; in copyFrameToCPU() 658 for (int j = 0; j < planeHeight; ++j) { in copyFrameToCPU()
|
D | MediaH264DecoderVideoToolBox.cpp | 513 int planeHeight = CVPixelBufferGetHeightOfPlane(mDecodedFrame, i); in copyFrame() local 514 …ane=%d data=%p linesize=%d pwidth=%d pheight=%d", i, planeData, linesize, planeWidth, planeHeight); in copyFrame() 524 int sz = planeHeight * planeWidth; in copyFrame() 531 for (int j = 0; j < planeHeight; ++j) { in copyFrame()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 8978 size_t planeHeight = VENUS_Y_SCANLINES(COLOR_FMT_NV12, params->nFrameHeight); 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/ |
D | omx_vdec_msm8974.cpp | 10925 size_t planeHeight = VENUS_Y_SCANLINES(COLOR_FMT_NV12, params->nFrameHeight); 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/ |
D | omx_vdec_v4l2.cpp | 12272 size_t planeHeight = VENUS_Y_SCANLINES(COLOR_FMT_NV12, params->nFrameHeight); 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/ |
D | omx_vdec_v4l2.cpp | 13487 size_t planeHeight = VENUS_Y_SCANLINES(COLOR_FMT_NV12, params->nFrameHeight); 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/ |
D | omx_vdec_v4l2.cpp | 13135 size_t planeHeight = VENUS_Y_SCANLINES(COLOR_FMT_NV12, params->nFrameHeight); in describeColorFormat() 13144 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat() 13151 img->mPlane[MediaImage::V].mOffset = planeWidth * planeHeight + 1; in describeColorFormat()
|