Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp556 unsigned int ystride, cstride; in getYUVPlaneInfo() local
567 ystride = cstride = hnd->width; in getYUVPlaneInfo()
572 ycbcr->cstride = cstride; in getYUVPlaneInfo()
581 ystride = cstride = hnd->width; in getYUVPlaneInfo()
586 ycbcr->cstride = cstride; in getYUVPlaneInfo()
593 cstride = ALIGN(hnd->width/2, 16); in getYUVPlaneInfo()
597 cstride * hnd->height/2); in getYUVPlaneInfo()
599 ycbcr->cstride = cstride; in getYUVPlaneInfo()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp561 size_t ystride, cstride; in getYUVPlaneInfo() local
572 ystride = cstride = hnd->width; in getYUVPlaneInfo()
577 ycbcr->cstride = cstride; in getYUVPlaneInfo()
587 ystride = cstride = hnd->width; in getYUVPlaneInfo()
592 ycbcr->cstride = cstride; in getYUVPlaneInfo()
599 cstride = ALIGN(hnd->width/2, 16); in getYUVPlaneInfo()
603 cstride * hnd->height/2); in getYUVPlaneInfo()
605 ycbcr->cstride = cstride; in getYUVPlaneInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
338 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
345 ycbcr->cstride = cstride; in GetYuvSPPlaneInfo()
356 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
441 cstride = ALIGN(width / 2, 16); in GetYUVPlaneInfo()
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
446 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
451 cstride = 0; in GetYUVPlaneInfo()
456 ycbcr->cstride = 0; in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp898 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
903 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
338 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
345 ycbcr->cstride = cstride; in GetYuvSPPlaneInfo()
356 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
441 cstride = ALIGN(width / 2, 16); in GetYUVPlaneInfo()
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
446 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
451 cstride = 0; in GetYUVPlaneInfo()
456 ycbcr->cstride = 0; in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp899 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
904 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp383 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
411 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
413 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
418 ycbcr->cstride = cstride; in GetYuvSPPlaneInfo()
428 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
490 cstride = VENUS_UV_STRIDE(COLOR_FMT_P010, width); in GetYUVPlaneInfo()
497 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
518 cstride = ALIGN(width / 2, 16); in GetYUVPlaneInfo()
521 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
523 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
[all …]
DQtiMapper.cpp209 layout.cStride = static_cast<uint32_t>(yuv_plane_info[0].cstride); in lockYCbCr()
363 layout[i].cStride = static_cast<uint32_t>(yuv_plane_info[i].cstride); in getYuvPlaneInfo()
Dgr_device_impl.cpp545 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
550 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp657 unsigned int ystride, cstride; in getYUVPlaneInfo() local
668 ystride = cstride = hnd->width; in getYUVPlaneInfo()
673 ycbcr->cstride = cstride; in getYUVPlaneInfo()
683 ystride = cstride = hnd->width; in getYUVPlaneInfo()
688 ycbcr->cstride = cstride; in getYUVPlaneInfo()
695 cstride = ALIGN(hnd->width/2, 16); in getYUVPlaneInfo()
699 cstride * hnd->height/2); in getYUVPlaneInfo()
701 ycbcr->cstride = cstride; in getYUVPlaneInfo()
Dmapper.cpp358 layout->planes[1].v_increment = (int32_t)ycbcr->cstride; in ycbcr_to_flexible_layout()
363 layout->planes[2].v_increment = (int32_t)ycbcr->cstride; in ycbcr_to_flexible_layout()
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp253 int ystride, cstride; in gralloc_lock_ycbcr() local
264 ycbcr->cstride = ystride; in gralloc_lock_ycbcr()
275 ycbcr->cstride = ystride; in gralloc_lock_ycbcr()
282 cstride = ALIGN(ystride / 2, 16); in gralloc_lock_ycbcr()
286 + cstride * hnd->height / 2); in gralloc_lock_ycbcr()
288 ycbcr->cstride = cstride; in gralloc_lock_ycbcr()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width); in getYuvUbwcSPPlaneInfo()
745 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
747 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
752 ycbcr->cstride = cstride; in getYuvSPPlaneInfo()
763 unsigned int ystride, cstride; in getYUVPlaneInfo() local
834 cstride = ALIGN(width/2, 16); in getYUVPlaneInfo()
838 cstride * height/2); in getYUVPlaneInfo()
840 ycbcr->cstride = cstride; in getYUVPlaneInfo()
845 cstride = 0; in getYUVPlaneInfo()
850 ycbcr->cstride = 0; in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width); in getYuvUbwcSPPlaneInfo()
745 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
747 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
752 ycbcr->cstride = cstride; in getYuvSPPlaneInfo()
763 unsigned int ystride, cstride; in getYUVPlaneInfo() local
834 cstride = ALIGN(width/2, 16); in getYUVPlaneInfo()
838 cstride * height/2); in getYUVPlaneInfo()
840 ycbcr->cstride = cstride; in getYUVPlaneInfo()
845 cstride = 0; in getYUVPlaneInfo()
850 ycbcr->cstride = 0; in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp353 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
358 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
360 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
365 ycbcr->cstride = cstride; in GetYuvSPPlaneInfo()
376 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
442 cstride = ALIGN(width / 2, 16); in GetYUVPlaneInfo()
445 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
447 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
Dgr_buf_mgr.cpp807 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
812 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp354 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); in GetYuvUbwcSPPlaneInfo()
359 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
361 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
366 ycbcr->cstride = cstride; in GetYuvSPPlaneInfo()
377 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
443 cstride = ALIGN(width / 2, 16); in GetYUVPlaneInfo()
446 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
448 ycbcr->cstride = cstride; in GetYUVPlaneInfo()
Dgr_buf_mgr.cpp799 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
804 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride); in GetFlexLayout()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp760 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width); in getYuvUbwcSPPlaneInfo()
766 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
768 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
773 ycbcr->cstride = cstride; in getYuvSPPlaneInfo()
784 unsigned int ystride, cstride; in getYUVPlaneInfo() local
847 cstride = ALIGN(width/2, 16); in getYUVPlaneInfo()
851 cstride * height/2); in getYUVPlaneInfo()
853 ycbcr->cstride = cstride; in getYUVPlaneInfo()
Dmapper.cpp357 layout->planes[1].v_increment = (int32_t)ycbcr->cstride; in ycbcr_to_flexible_layout()
362 layout->planes[2].v_increment = (int32_t)ycbcr->cstride; in ycbcr_to_flexible_layout()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h158 outLayout->cStride = ycbcr.cstride; in lockYCbCr()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1442 int i, lscanl, lstride, cscanl, cstride, height, width; in VencTest_ReadAndEmpty() local
1449 cstride = VENUS_UV_STRIDE(COLOR_FMT_NV12, width); in VencTest_ReadAndEmpty()
1475 yuv += cstride; in VencTest_ReadAndEmpty()