Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp253 int ystride, cstride; in gralloc_lock_ycbcr() local
259 ystride = ALIGN(hnd->width, 16); in gralloc_lock_ycbcr()
261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr()
262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
263 ycbcr->ystride = ystride; in gralloc_lock_ycbcr()
264 ycbcr->cstride = ystride; in gralloc_lock_ycbcr()
270 ystride = ALIGN(hnd->width, 16); in gralloc_lock_ycbcr()
272 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr()
273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr()
274 ycbcr->ystride = ystride; in gralloc_lock_ycbcr()
[all …]
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp556 unsigned int ystride, cstride; in getYUVPlaneInfo() local
567 ystride = cstride = hnd->width; in getYUVPlaneInfo()
569 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
570 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
571 ycbcr->ystride = ystride; in getYUVPlaneInfo()
581 ystride = cstride = hnd->width; in getYUVPlaneInfo()
583 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
584 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
585 ycbcr->ystride = ystride; in getYUVPlaneInfo()
592 ystride = hnd->width; in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp561 size_t ystride, cstride; in getYUVPlaneInfo() local
572 ystride = cstride = hnd->width; in getYUVPlaneInfo()
574 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
575 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
576 ycbcr->ystride = ystride; in getYUVPlaneInfo()
587 ystride = cstride = hnd->width; in getYUVPlaneInfo()
589 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
590 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
591 ycbcr->ystride = ystride; in getYUVPlaneInfo()
598 ystride = hnd->width; in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp657 unsigned int ystride, cstride; in getYUVPlaneInfo() local
668 ystride = cstride = hnd->width; in getYUVPlaneInfo()
670 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
671 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
672 ycbcr->ystride = ystride; in getYUVPlaneInfo()
683 ystride = cstride = hnd->width; in getYUVPlaneInfo()
685 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo()
686 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo()
687 ycbcr->ystride = ystride; in getYUVPlaneInfo()
694 ystride = hnd->width; in getYUVPlaneInfo()
[all …]
Dmapper.cpp353 layout->planes[0].v_increment = (int32_t)ycbcr->ystride; in ycbcr_to_flexible_layout()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp382 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
411 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
413 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
415 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
416 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
417 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
428 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
489 ystride = VENUS_Y_STRIDE(COLOR_FMT_P010, width); in GetYUVPlaneInfo()
493 reinterpret_cast<void *>(hnd->base + ystride * VENUS_Y_SCANLINES(COLOR_FMT_P010, height)); in GetYUVPlaneInfo()
495 ystride * VENUS_Y_SCANLINES(COLOR_FMT_P010, height) + 1); in GetYUVPlaneInfo()
[all …]
DQtiMapper.cpp208 layout.yStride = static_cast<uint32_t>(yuv_plane_info[0].ystride); in lockYCbCr()
362 layout[i].yStride = static_cast<uint32_t>(yuv_plane_info[i].ystride); in getYuvPlaneInfo()
Dgr_device_impl.cpp540 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.cpp310 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
338 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
342 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
343 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
344 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
356 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
440 ystride = width; in GetYUVPlaneInfo()
443 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp893 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.cpp310 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
338 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
340 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
342 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
343 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
344 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
356 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
440 ystride = width; in GetYUVPlaneInfo()
443 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp894 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp738 ycbcr->ystride = y_stride; in getYuvUbwcSPPlaneInfo()
745 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
747 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
749 ycbcr->cb = (void*)(base + ystride * height); in getYuvSPPlaneInfo()
750 ycbcr->cr = (void*)(base + ystride * height + 1); in getYuvSPPlaneInfo()
751 ycbcr->ystride = ystride; in getYuvSPPlaneInfo()
763 unsigned int ystride, cstride; in getYUVPlaneInfo() local
833 ystride = width; in getYUVPlaneInfo()
836 ycbcr->cr = (void*)(hnd->base + ystride * height); in getYUVPlaneInfo()
837 ycbcr->cb = (void*)(hnd->base + ystride * height + in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp738 ycbcr->ystride = y_stride; in getYuvUbwcSPPlaneInfo()
745 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
747 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
749 ycbcr->cb = (void*)(base + ystride * height); in getYuvSPPlaneInfo()
750 ycbcr->cr = (void*)(base + ystride * height + 1); in getYuvSPPlaneInfo()
751 ycbcr->ystride = ystride; in getYuvSPPlaneInfo()
763 unsigned int ystride, cstride; in getYUVPlaneInfo() local
833 ystride = width; in getYUVPlaneInfo()
836 ycbcr->cr = (void*)(hnd->base + ystride * height); in getYUVPlaneInfo()
837 ycbcr->cb = (void*)(hnd->base + ystride * height + in getYUVPlaneInfo()
[all …]
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp352 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
358 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
360 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
362 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
363 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
364 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
376 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
441 ystride = width; in GetYUVPlaneInfo()
444 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
445 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp802 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp353 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
359 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
361 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
363 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
364 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
365 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
377 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
442 ystride = width; in GetYUVPlaneInfo()
445 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
446 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp794 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp759 ycbcr->ystride = y_stride; in getYuvUbwcSPPlaneInfo()
766 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local
768 ystride = cstride = width * bpp; in getYuvSPPlaneInfo()
770 ycbcr->cb = (void*)(base + ystride * height); in getYuvSPPlaneInfo()
771 ycbcr->cr = (void*)(base + ystride * height + 1); in getYuvSPPlaneInfo()
772 ycbcr->ystride = ystride; in getYuvSPPlaneInfo()
784 unsigned int ystride, cstride; in getYUVPlaneInfo() local
846 ystride = width; in getYUVPlaneInfo()
849 ycbcr->cr = (void*)(hnd->base + ystride * height); in getYUVPlaneInfo()
850 ycbcr->cb = (void*)(hnd->base + ystride * height + in getYUVPlaneInfo()
[all …]
Dmapper.cpp352 layout->planes[0].v_increment = (int32_t)ycbcr->ystride; in ycbcr_to_flexible_layout()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h157 outLayout->yStride = ycbcr.ystride; in lockYCbCr()
/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp165 int ystride = Align16(in_frame.GetWidth()); in ConvertFormat() local
168 in_frame.GetWidth(), in_frame.GetHeight(), ystride, in ConvertFormat()