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

  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/chromium_org/third_party/hwcplus/include/system/
graphics.h 260 * @ystride is the stride of the luma plane.
272 size_t ystride; member in struct:android_ycbcr
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
onyx_if.c 3319 int ystride = cpi->Source->y_stride; local
    [all...]
  /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 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 253 int ystride; 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/msm8974/libgralloc/
mapper.cpp 254 int ystride, cstride; local
261 ystride = ALIGN(hnd->width, 16);
263 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
264 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
265 ycbcr->ystride = ystride;
266 ycbcr->cstride = ystride;
270 ystride = cstride = hnd->width;
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 558 unsigned int ystride, cstride; local
569 ystride = cstride = hnd->width;
571 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
572 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
573 ycbcr->ystride = ystride;
583 ystride = cstride = hnd->width;
585 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
586 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
587 ycbcr->ystride = ystride
    [all...]
  /system/core/include/system/
graphics.h 337 * @ystride is the stride of the luma plane.
349 size_t ystride; member in struct:android_ycbcr
  /frameworks/av/media/libstagefright/
ACodec.cpp 3321 size_t ystride = align(params.nStride, 16); local
    [all...]

Completed in 231 milliseconds