/hardware/qcom/display/msm8960/libgralloc/ |
D | mapper.cpp | 253 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/ |
D | alloc_controller.cpp | 556 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/ |
D | alloc_controller.cpp | 561 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/ |
D | alloc_controller.cpp | 657 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 …]
|
D | mapper.cpp | 353 layout->planes[0].v_increment = (int32_t)ycbcr->ystride; in ycbcr_to_flexible_layout()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_utils.cpp | 382 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 …]
|
D | QtiMapper.cpp | 208 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()
|
D | gr_device_impl.cpp | 540 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.cpp | 310 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 …]
|
D | gr_buf_mgr.cpp | 893 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.cpp | 310 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 …]
|
D | gr_buf_mgr.cpp | 894 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 738 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/ |
D | alloc_controller.cpp | 738 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/ |
D | gr_allocator.cpp | 352 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 …]
|
D | gr_buf_mgr.cpp | 802 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 353 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 …]
|
D | gr_buf_mgr.cpp | 794 layout->planes[0].v_increment = static_cast<int32_t>(ycbcr.ystride); in GetFlexLayout()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 759 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 …]
|
D | mapper.cpp | 352 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/ |
D | Gralloc0Hal.h | 157 outLayout->yStride = ycbcr.ystride; in lockYCbCr()
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.cpp | 165 int ystride = Align16(in_frame.GetWidth()); in ConvertFormat() local 168 in_frame.GetWidth(), in_frame.GetHeight(), ystride, in ConvertFormat()
|