Searched defs:stride (Results 151 - 165 of 165) sorted by relevance

1234567

/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h498 uint32_t stride; member in struct:vdec_picsize
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h456 uint32_t stride; member in struct:vdec_picsize
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h497 uint32_t stride; member in struct:vdec_picsize
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_dec.h459 uint32_t stride; member in struct:vdec_picsize
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h499 uint32_t stride; member in struct:vdec_picsize
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp2559 int stride; local
2626 &stride) != 0) {
2650 m_previewStride[i] = stride;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp2137 ALOGV("DEBUG(%s): ion_size(%d), stride(%d), ", __FUNCTION__, priv_handle->size, priv_handle->stride);
4593 int stride = ALIGN(previewCbW, 16); local
4595 int c_stride = ALIGN(stride / 2, 16);
4599 srcImageBuf->virt.extP[0], stride * previewCbH);
4600 memcpy(subParms->svcBuffers[subParms->svcBufIndex].virt.extP[0] + stride * previewCbH,
4602 memcpy(subParms->svcBuffers[subParms->svcBufIndex].virt.extP[0] + (stride * previewCbH) + (c_stride * previewCbH / 2),
4609 dstAddr += stride;
4610 srcAddr += ALIGN(stride, 32);
4612 dstAddr = (char *)(subParms->svcBuffers[subParms->svcBufIndex].virt.extP[0] + stride * previewCb
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h349 int stride; member in struct:Ti::Camera::_CameraBuffer
434 ///@todo add other member vars like stride etc
1290 unsigned int offset, unsigned int stride,
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c312 (void *) oi->ba, (void *) oi->uv, c->stride);
576 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; local
577 return stride * handle->iHeight;
625 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
1632 size_t stride; local
1646 TILER_PIXEL_FMT_32BIT, 0, &hwc_dev->ion_handles[i], &stride);
1856 oi->cfg.stride = dock_image.rowbytes;
2102 dump_printf(&log, " enabled:%s buff:%p %dx%d stride:%d\n",
2104 cfg->width, cfg->height, cfg->stride);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c141 int raster_block, int stride) {
145 return y * stride + x;
149 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; local
150 return base + raster_block_offset(plane_bsize, raster_block, stride);
443 (void) cpi->fn_ptr[bs].vf(p->src.buf, p->src.stride,
444 pd->dst.buf, pd->dst.stride, &sse);
510 cpi->fn_ptr[bs].vf(&p->src.buf[j * p->src.stride + k], p->src.stride,
511 &pd->dst.buf[j * pd->dst.stride + k], pd->dst.stride,
140 raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, int stride) argument
[all...]
/hardware/intel/img/libdrm/shared-core/
H A Dradeon_drm.h191 unsigned char cmd_type, offset, stride, count; member in struct:__anon776::__anon779
194 unsigned char cmd_type, offset, stride, count; member in struct:__anon776::__anon780
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1576 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1589 drv_ctx.video_resolution.stride = stride;
1654 int stride = drv_ctx.video_resolution.stride; local
1657 stride = drv_ctx.video_resolution.frame_width;
1659 stride = (stride + DEFAULT_WIDTH_ALIGNMENT - 1) & (~(DEFAULT_WIDTH_ALIGNMENT - 1));
1665 DEBUG_PRINT_LOW("Logging width/height(%u/%u) stride/scanlines(%u/%u)",
1667 drv_ctx.video_resolution.frame_height, stride, scanline
7222 dump_buffer(FILE* pFile, char* buffer, int stride, int scanlines, int width, int height) argument
[all...]
H A Domx_vdec_msm8974.cpp1270 int omx_vdec::update_resolution(int width, int height, int stride, int scan_lines) argument
1283 drv_ctx.video_resolution.stride = stride;
1417 int stride = drv_ctx.video_resolution.stride; local
1420 stride = drv_ctx.video_resolution.frame_width;
1422 stride = (stride + DEFAULT_WIDTH_ALIGNMENT - 1) & (~(DEFAULT_WIDTH_ALIGNMENT - 1));
1427 DEBUG_PRINT_HIGH("Logging width/height(%u/%u) stride/scanlines(%u/%u)",
1429 drv_ctx.video_resolution.frame_height, stride, scanline
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c42 int16_t *output_org, int stride) {
44 const int str1 = stride;
45 const int str2 = 2 * stride;
46 const int str3 = 2 * stride + str1;
106 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2;
41 FDCT32x32_2D_AVX2(const int16_t *input, int16_t *output_org, int stride) argument
H A Dvp9_dct32x32_sse2.c33 int16_t *output_org, int stride) {
35 const int str1 = stride;
36 const int str2 = 2 * stride;
37 const int str3 = 2 * stride + str1;
97 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2;
32 FDCT32x32_2D(const int16_t *input, int16_t *output_org, int stride) argument

Completed in 456 milliseconds

1234567