Searched defs:cstride (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp557 size_t ystride, cstride; local
568 ystride = cstride = hnd->width;
573 ycbcr->cstride = cstride;
583 ystride = cstride = hnd->width;
588 ycbcr->cstride = cstride;
595 cstride = ALIGN(hnd->width/2, 16);
599 cstride * hnd->height/2);
601 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/libgralloc/
H A Dalloc_controller.cpp569 unsigned int ystride, cstride; local
580 ystride = cstride = hnd->width;
585 ycbcr->cstride = cstride;
593 ystride = cstride = hnd->width;
598 ycbcr->cstride = cstride;
605 cstride = ALIGN(hnd->width/2, 16);
609 cstride * hnd->height/2);
611 ycbcr->cstride
[all...]
/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/msm8994/libgralloc/
H A Dalloc_controller.cpp648 unsigned int ystride, cstride; local
659 ystride = cstride = hnd->width;
664 ycbcr->cstride = cstride;
674 ystride = cstride = hnd->width;
679 ycbcr->cstride = cstride;
686 cstride = ALIGN(hnd->width/2, 16);
690 cstride * hnd->height/2);
692 ycbcr->cstride
[all...]
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp752 ycbcr->cstride = VENUS_UV_STRIDE(color_format, width);
760 unsigned int ystride, cstride; local
762 ystride = cstride = width * bpp;
767 ycbcr->cstride = cstride;
778 unsigned int ystride, cstride; local
839 cstride = ALIGN(width/2, 16);
843 cstride * height/2);
845 ycbcr->cstride = cstride;
[all...]
/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 298 milliseconds