Home
last modified time | relevance | path

Searched refs:ystride (Results 1 – 18 of 18) 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/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/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/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/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/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.cpp336 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
342 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
344 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
346 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
347 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
348 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
360 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
425 ystride = width; in GetYUVPlaneInfo()
428 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
429 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp826 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp337 ycbcr->ystride = y_stride; in GetYuvUbwcSPPlaneInfo()
343 unsigned int ystride, cstride; in GetYuvSPPlaneInfo() local
345 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
347 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
348 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
349 ycbcr->ystride = ystride; in GetYuvSPPlaneInfo()
361 unsigned int ystride, cstride; in GetYUVPlaneInfo() local
426 ystride = width; in GetYUVPlaneInfo()
429 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height); in GetYUVPlaneInfo()
430 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); in GetYUVPlaneInfo()
[all …]
Dgr_buf_mgr.cpp814 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.cpp163 int ystride = Align16(in_frame.GetWidth()); in ConvertFormat() local
166 in_frame.GetWidth(), in_frame.GetHeight(), ystride, in ConvertFormat()
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp353 layout->planes[0].v_increment = (int32_t)ycbcr->ystride; in ycbcr_to_flexible_layout()