Searched refs:cstride (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp561 size_t ystride, cstride; local
572 ystride = cstride = hnd->width;
577 ycbcr->cstride = cstride;
587 ystride = cstride = hnd->width;
592 ycbcr->cstride = cstride;
599 cstride = ALIGN(hnd->width/2, 16);
603 cstride * hnd->height/2);
605 ycbcr->cstride
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp556 unsigned int ystride, cstride; local
567 ystride = cstride = hnd->width;
572 ycbcr->cstride = cstride;
581 ystride = cstride = hnd->width;
586 ycbcr->cstride = cstride;
593 cstride = ALIGN(hnd->width/2, 16);
597 cstride * hnd->height/2);
599 ycbcr->cstride
[all...]
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.cpp311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
338 unsigned int ystride, cstride; local
340 ystride = cstride = UINT(width) * bpp;
345 ycbcr->cstride = cstride;
356 unsigned int ystride, cstride; local
441 cstride = ALIGN(width / 2, 16);
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
446 ycbcr->cstride = cstride;
[all...]
H A Dgr_buf_mgr.cpp899 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
904 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.cpp311 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
338 unsigned int ystride, cstride; local
340 ystride = cstride = UINT(width) * bpp;
345 ycbcr->cstride = cstride;
356 unsigned int ystride, cstride; local
441 cstride = ALIGN(width / 2, 16);
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
446 ycbcr->cstride = cstride;
[all...]
H A Dgr_buf_mgr.cpp898 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
903 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp657 unsigned int ystride, cstride; local
668 ystride = cstride = hnd->width;
673 ycbcr->cstride = cstride;
683 ystride = cstride = hnd->width;
688 ycbcr->cstride = cstride;
695 cstride = ALIGN(hnd->width/2, 16);
699 cstride * hnd->height/2);
701 ycbcr->cstride
[all...]
H A Dmapper.cpp358 layout->planes[1].v_increment = (int32_t)ycbcr->cstride;
363 layout->planes[2].v_increment = (int32_t)ycbcr->cstride;
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp253 int ystride, cstride; local
264 ycbcr->cstride = ystride;
275 ycbcr->cstride = ystride;
282 cstride = ALIGN(ystride / 2, 16);
286 + cstride * hnd->height / 2);
288 ycbcr->cstride = cstride;
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp337 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
342 unsigned int ystride, cstride; local
344 ystride = cstride = UINT(width) * bpp;
349 ycbcr->cstride = cstride;
360 unsigned int ystride, cstride; local
426 cstride = ALIGN(width / 2, 16);
429 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
431 ycbcr->cstride = cstride;
[all...]
H A Dgr_buf_mgr.cpp831 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
836 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp338 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width));
343 unsigned int ystride, cstride; local
345 ystride = cstride = UINT(width) * bpp;
350 ycbcr->cstride = cstride;
361 unsigned int ystride, cstride; local
427 cstride = ALIGN(width / 2, 16);
430 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
432 ycbcr->cstride = cstride;
[all...]
H A Dgr_buf_mgr.cpp819 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
824 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
745 unsigned int ystride, cstride; local
747 ystride = cstride = width * bpp;
752 ycbcr->cstride = cstride;
763 unsigned int ystride, cstride; local
834 cstride = ALIGN(width/2, 16);
838 cstride * height/2);
840 ycbcr->cstride = cstride;
[all...]
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp739 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
745 unsigned int ystride, cstride; local
747 ystride = cstride = width * bpp;
752 ycbcr->cstride = cstride;
763 unsigned int ystride, cstride; local
834 cstride = ALIGN(width/2, 16);
838 cstride * height/2);
840 ycbcr->cstride = cstride;
[all...]
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp760 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
766 unsigned int ystride, cstride; local
768 ystride = cstride = width * bpp;
773 ycbcr->cstride = cstride;
784 unsigned int ystride, cstride; local
847 cstride = ALIGN(width/2, 16);
851 cstride * height/2);
853 ycbcr->cstride = cstride;
[all...]
H A Dmapper.cpp357 layout->planes[1].v_increment = (int32_t)ycbcr->cstride;
362 layout->planes[2].v_increment = (int32_t)ycbcr->cstride;
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc0Hal.h158 outLayout->cStride = ycbcr.cstride;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1442 int i, lscanl, lstride, cscanl, cstride, height, width; local
1449 cstride = VENUS_UV_STRIDE(COLOR_FMT_NV12, width);
1475 yuv += cstride;

Completed in 671 milliseconds