Searched refs:stride (Results 26 - 50 of 83) sorted by relevance

1234

/hardware/libhardware/include/hardware/
H A Dcamera.h72 buffer_handle_t** buffer, int *stride);
H A Dgralloc.h260 * parameters and returns a buffer_handle_t and the stride in pixels to
265 * If format is HAL_PIXEL_FORMAT_YCbCr_420_888, the returned stride must be
274 buffer_handle_t* handle, int* stride);
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); local
387 const_cast<int&>(dev->device.stride) = stride;
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp389 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); local
393 const_cast<int&>(dev->device.stride) = stride;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dframebuffer.cpp383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); local
387 const_cast<int&>(dev->device.stride) = stride;
H A Dmapper.cpp364 int *stride = va_arg(args, int *); local
365 *stride = AdrenoMemInfo::getInstance().getStride(width, format);
/hardware/samsung_slsi/exynos5/include/
H A Dfimg2d.h227 int stride; member in struct:fimg2d_image
/hardware/libhardware/tests/camera2/
H A DCameraBurstTests.cpp105 size_t stride = imgBuffer.stride; local
115 const uint8_t p = buf[y * stride + x];
H A Dcamera2.cpp496 (const char *)(buffer.data + y * buffer.stride * bpp),
651 (const char *)(buffer.data + y * buffer.stride * 2),
799 (const char *)(buffer.data + y * buffer.stride * bpp),
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp150 ALOGV("\t\tformat = %d, width = %u, height = %u, stride = %u, vstride = %u",
151 h->format, h->width, h->height, h->stride, h->vstride);
177 ALOGV("\t\tfd = %d, offset = %u, stride = %u, "
180 c.fd, c.offset, c.stride,
402 handle->stride <= max_w &&
403 handle->stride % GSC_W_ALIGNMENT == 0 &&
672 fmt.fmt.pix_mp.width = h->stride;
1136 src_cfg.fw = src_handle->stride;
1208 dst_cfg.fw = dst_handle->stride;
1317 uint32_t offset = (sourceCrop.top * handle->stride
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp993 int stride = 0; local
994 err = mWindow->dequeue_buffer(mWindow, &buffer_handle, &stride);
1079 int stride; local
1080 err = mWindow->dequeue_buffer(mWindow, &mBufferHandle[cnt], &stride);
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h317 int32 stride; /* defines stride in bytes, negative stride is allowed */ member in struct:__anon767
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
467 * one or all plane and stride fields in definition structure
473 * all plane and stride fields in definition structure are ignored */
509 * be configured in surface_definition using width, height and stride.
524 * be configured in surface_definition using width, height and stride
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h317 int32 stride; /* defines stride in bytes, negative stride is allowed */ member in struct:__anon833
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
467 * one or all plane and stride fields in definition structure
473 * all plane and stride fields in definition structure are ignored */
509 * be configured in surface_definition using width, height and stride.
524 * be configured in surface_definition using width, height and stride
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dc2d2.h317 int32 stride; /* defines stride in bytes, negative stride is allowed */ member in struct:__anon904
327 int32 stride0; /* stride in bytes if YUV format is not planar */
330 int32 stride1; /* stride for UV or VU plane for planar interleaved */
333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */
467 * one or all plane and stride fields in definition structure
473 * all plane and stride fields in definition structure are ignored */
509 * be configured in surface_definition using width, height and stride.
524 * be configured in surface_definition using width, height and stride
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp188 unsigned int stride = (width + width_align -1) & (~(width_align-1)); local
191 for (j = 0; j < stride; j++) {
198 byte_ptr = buf + (scan_lines * stride);
200 for (j = 0; j < stride; j++) {
350 int sliceheight = 0, stride = 0; variable
706 int stride,scanlines,stride_c,i; local
808 unsigned int stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, portFmt.format.video.nFrameWidth); local
813 temp += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
816 temp += stride;
819 temp = (char *)pBuffer->pBuffer + stride * scanline
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h299 struct stride_type stride; member in union:vdec_property
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h266 struct stride_type stride; member in union:vdec_property
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp173 nStride = priv_hnd->stride;
195 *pStride = pANB->stride;
491 OMX_U32 stride; local
533 &stride, planes);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimg2d.h327 int stride; member in struct:fimg2d_image
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp604 int stride; // dummy variable to get stride local
605 // TODO(XXX): Do we need to keep stride information in camera hal?
607 err = mANativeWindow->dequeue_buffer(mANativeWindow, (buffer_handle_t**) &hndl2hndl, &stride);
1163 int stride; // dummy variable to get stride local
1168 // TODO(XXX): Do we need to keep stride information in camera hal?
1174 err = mANativeWindow->dequeue_buffer(mANativeWindow, &buf, &stride);
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline,
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h75 uint32_t stride; member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.h75 uint32_t stride; member in struct:qhwc::DisplayAttributes
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c684 "Failed to get stride of component");
707 blocks[0].stride = 0;
712 blocks[1].stride = 0;
736 blocks[0].stride = 0;
741 blocks[1].stride = 0;
769 block.stride = 0;
1037 "Failed to get stride of component");
2139 * @brief Gets stride on this port. Used to determine whether buffer is 1D or 2D
2511 block.stride = 0;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c223 (void *) oi->ba, (void *) oi->uv, c->stride);
387 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; local
388 return stride * handle->iHeight;
436 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
1369 oi->cfg.stride = dock_image.rowbytes;
1553 dump_printf(&log, " buff: %p %dx%d stride: %d\n",
1554 hwc_dev->buffers[i], cfg->width, cfg->height, cfg->stride);

Completed in 3485 milliseconds

1234