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

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 258 size_t cstride = align(params.nStride / 2, 16); local
263 image.mPlane[image.V].mRowInc = cstride;
268 + (cstride * params.nSliceHeight / 2);
270 image.mPlane[image.U].mRowInc = cstride;
  /hardware/qcom/display/msm8960/libgralloc/
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;
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 42 size_t cstride; member in struct:android_ycbcr
288 out->cstride =
294 it += out->cstride * height / 2;
324 c_size = strides.cstride * h / 2;
  /hardware/qcom/display/msm8084/libgralloc/
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 = cstride
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
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 = cstride
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
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 = cstride
    [all...]
  /hardware/qcom/display/msm8909/gralloc/
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
441 cstride = ALIGN(width / 2, 16);
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
446 ycbcr->cstride = cstride;
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
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
441 cstride = ALIGN(width / 2, 16);
444 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
446 ycbcr->cstride = cstride;
    [all...]
  /system/core/libsystem/include/system/
graphics.h 75 * cstride is the stride of the chroma planes.
87 size_t cstride; member in struct:android_ycbcr
  /hardware/qcom/display/msm8909/libgralloc/
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/display/msm8909w_3100/libgralloc/
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/display/msm8996/libgralloc/
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/
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/
gr_allocator.cpp 338 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...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 1442 int i, lscanl, lstride, cscanl, cstride, height, width; local
    [all...]

Completed in 523 milliseconds