/hardware/qcom/display/msm8084/libgralloc/ |
H A D | alloc_controller.cpp | 561 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 D | alloc_controller.cpp | 556 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 D | alloc_controller.cpp | 568 unsigned int ystride, cstride; local 579 ystride = cstride = hnd->width; 584 ycbcr->cstride = cstride; 592 ystride = cstride = hnd->width; 597 ycbcr->cstride = cstride; 604 cstride = ALIGN(hnd->width/2, 16); 608 cstride * hnd->height/2); 610 ycbcr->cstride [all...] |
/hardware/qcom/display/msm8960/libgralloc/ |
H A D | mapper.cpp | 253 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 D | alloc_controller.cpp | 657 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...] |
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_utils.cpp | 311 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 437 cstride = ALIGN(width / 2, 16); 440 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); 442 ycbcr->cstride = cstride; [all...] |
/hardware/qcom/display/msm8996/libgralloc/ |
H A D | alloc_controller.cpp | 760 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...] |
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_allocator.cpp | 337 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...] |
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_allocator.cpp | 335 ycbcr->cstride = VENUS_UV_STRIDE(color_format, INT(width)); 340 unsigned int ystride, cstride; local 342 ystride = cstride = UINT(width) * bpp; 347 ycbcr->cstride = cstride; 358 unsigned int ystride, cstride; local 424 cstride = ALIGN(width / 2, 16); 427 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2); 429 ycbcr->cstride = cstride; [all...] |
/hardware/qcom/display/sdm845/libgralloc/ |
H A D | alloc_controller.cpp | 739 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/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
H A D | venc_test.cpp | 1442 int i, lscanl, lstride, cscanl, cstride, height, width; local 1449 cstride = VENUS_UV_STRIDE(COLOR_FMT_NV12, width); 1475 yuv += cstride;
|