HomeSort by relevance Sort by last modified time
    Searched defs:ystride (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 252 size_t ystride = align(params.nStride, 16); local
254 image.mPlane[image.Y].mRowInc = ystride;
256 image.mPlane[image.V].mOffset = ystride * params.nSliceHeight;
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 memcpy(dst_y, src_y, ystride * linestocopy);
onyx_if.c 3090 int ystride = cpi->Source->y_stride; local
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 253 int ystride, cstride; local
259 ystride = ALIGN(hnd->width, 16);
261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
263 ycbcr->ystride = ystride;
264 ycbcr->cstride = ystride;
270 ystride = ALIGN(hnd->width, 16);
272 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1)
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 561 size_t ystride, cstride; local
572 ystride = cstride = hnd->width;
574 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
575 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
576 ycbcr->ystride = ystride;
587 ystride = cstride = hnd->width;
589 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
590 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
591 ycbcr->ystride = ystride
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 556 unsigned int ystride, cstride; local
567 ystride = cstride = hnd->width;
569 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
570 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
571 ycbcr->ystride = ystride;
581 ystride = cstride = hnd->width;
583 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
584 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
585 ycbcr->ystride = ystride
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 568 unsigned int ystride, cstride; local
579 ystride = cstride = hnd->width;
581 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
582 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
583 ycbcr->ystride = ystride;
592 ystride = cstride = hnd->width;
594 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
595 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
596 ycbcr->ystride = ystride
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 657 unsigned int ystride, cstride; local
668 ystride = cstride = hnd->width;
670 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
671 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
672 ycbcr->ystride = ystride;
683 ystride = cstride = hnd->width;
685 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
686 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
687 ycbcr->ystride = ystride
    [all...]
  /hardware/qcom/display/sdm845/libgralloc1/
gr_utils.cpp 310 ycbcr->ystride = y_stride;
338 unsigned int ystride, cstride; local
340 ystride = cstride = UINT(width) * bpp;
342 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height));
343 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1);
344 ycbcr->ystride = ystride;
356 unsigned int ystride, cstride; local
436 ystride = width;
439 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height)
    [all...]
  /system/core/libsystem/include/system/
graphics.h 75 * ystride is the stride of the luma plane.
87 size_t ystride; member in struct:android_ycbcr
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 759 ycbcr->ystride = y_stride;
766 unsigned int ystride, cstride; local
768 ystride = cstride = width * bpp;
770 ycbcr->cb = (void*)(base + ystride * height);
771 ycbcr->cr = (void*)(base + ystride * height + 1);
772 ycbcr->ystride = ystride;
784 unsigned int ystride, cstride; local
846 ystride = width;
849 ycbcr->cr = (void*)(hnd->base + ystride * height)
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 336 ycbcr->ystride = y_stride;
342 unsigned int ystride, cstride; local
344 ystride = cstride = UINT(width) * bpp;
346 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height));
347 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1);
348 ycbcr->ystride = ystride;
360 unsigned int ystride, cstride; local
425 ystride = width;
428 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height)
    [all...]
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 334 ycbcr->ystride = y_stride;
340 unsigned int ystride, cstride; local
342 ystride = cstride = UINT(width) * bpp;
344 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height));
345 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1);
346 ycbcr->ystride = ystride;
358 unsigned int ystride, cstride; local
423 ystride = width;
426 ycbcr->cr = reinterpret_cast<void *>(hnd->base + ystride * height)
    [all...]
  /hardware/qcom/display/sdm845/libgralloc/
alloc_controller.cpp 738 ycbcr->ystride = y_stride;
745 unsigned int ystride, cstride; local
747 ystride = cstride = width * bpp;
749 ycbcr->cb = (void*)(base + ystride * height);
750 ycbcr->cr = (void*)(base + ystride * height + 1);
751 ycbcr->ystride = ystride;
763 unsigned int ystride, cstride; local
833 ystride = width;
836 ycbcr->cr = (void*)(hnd->base + ystride * height)
    [all...]

Completed in 407 milliseconds