HomeSort by relevance Sort by last modified time
    Searched refs:cstride (Results 1 - 25 of 29) sorted by null

1 2

  /hardware/libhardware/modules/camera/3_4/
v4l2_gralloc.cpp 116 yuv_data.cstride == bytes_per_line / 2 && yuv_data.chroma_step == 1 &&
122 (stream->height / 2 * yuv_data.cstride))) {
251 if (yuv_data->cstride == c_bytes_per_line) {
258 yuv_data->cstride);
262 yuv_data->cstride,
267 yuv_data->cstride,
275 yuv_data->cstride);
285 cb_gralloc += yuv_data->cstride,
286 cr_gralloc += yuv_data->cstride,
  /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/msm8909/libgralloc/
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 = cstride
    [all...]
  /hardware/qcom/display/sdm845/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
437 cstride = ALIGN(width / 2, 16);
440 ycbcr->cb = reinterpret_cast<void *>(hnd->base + ystride * height + cstride * height / 2);
442 ycbcr->cstride = cstride;
    [all...]
gr_buf_mgr.cpp 856 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
861 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
  /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...]
mapper.cpp 358 layout->planes[1].v_increment = (int32_t)ycbcr->cstride;
363 layout->planes[2].v_increment = (int32_t)ycbcr->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;
  /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...]
gr_buf_mgr.cpp 831 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
836 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
  /hardware/qcom/display/msm8998/libgralloc1/
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...]
gr_buf_mgr.cpp 818 layout->planes[1].v_increment = static_cast<int32_t>(ycbcr.cstride);
823 layout->planes[2].v_increment = static_cast<int32_t>(ycbcr.cstride);
  /hardware/qcom/display/sdm845/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...]
  /system/core/libsystem/include/system/
graphics.h 76 * cstride is the stride of the chroma planes.
88 size_t cstride; member in struct:android_ycbcr
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 401 if (ycbcr->cstride == ycbcr->ystride >> 1 && ycbcr->chroma_step == 1) {
406 srcU += ycbcr->cstride;
409 srcV += ycbcr->cstride;
422 srcU += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
423 srcV += ycbcr->cstride - (width >> 1) * ycbcr->chroma_step;
620 ycbcr.cstride = srcStride >> 1;
629 ycbcr.cstride = srcStride;
OMXUtils.cpp 253 size_t cstride = align(params.nStride / 2, 16); local
258 image.mPlane[image.V].mRowInc = cstride;
263 + (cstride * params.nSliceHeight / 2);
265 image.mPlane[image.U].mRowInc = cstride;
  /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...]
mapper.cpp 358 layout->planes[1].v_increment = (int32_t)ycbcr->cstride;
363 layout->planes[2].v_increment = (int32_t)ycbcr->cstride;
  /hardware/interfaces/graphics/mapper/2.0/default/
Gralloc0Mapper.cpp 122 outLayout->cStride = ycbcr.cstride;
  /device/linaro/hikey/gralloc960/
gralloc_module.cpp 253 ycbcr->cstride = c_stride;
  /frameworks/native/libs/gui/
CpuConsumer.cpp 201 nativeBuffer->chromaStride = static_cast<uint32_t>(ycbcr.cstride);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 168 ycbcr->cstride = static_cast<size_t>(layout.cStride);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 1442 int i, lscanl, lstride, cscanl, cstride, height, width; local
    [all...]
  /external/autotest/client/site_tests/graphics_Gralloc/src/
gralloctest.c 597 CHECK(c_stride == info.ycbcr.cstride);

Completed in 981 milliseconds

1 2