Searched refs:stride (Results 226 - 250 of 292) sorted by relevance

1234567891011>>

/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c968 data += psb_surface->stride;
983 data += psb_surface->stride;
992 data += psb_surface->stride;
1150 pitch2 = psb_surface->stride;
H A Dpsb_drv_video.c881 buffer_stride = psb_surface->stride;
1181 // Need the source surface width for tile stride setting
2744 *luma_stride = psb_surface->stride;
2745 *chroma_u_stride = psb_surface->stride;
2746 *chroma_v_stride = psb_surface->stride;
2748 *chroma_u_offset = obj_surface->height * psb_surface->stride;
2749 *chroma_v_offset = obj_surface->height * psb_surface->stride + 1;
2827 psb_surface->stride, psb_surface->buf.drm_buf,
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h75 uint32_t stride; member in struct:qhwc::DisplayAttributes
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h455 uint32_t stride; member in struct:vdec_picsize
/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/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c398 OMX_U32 stride; local
400 Exynos_OSAL_LockANBHandle(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes);
402 Exynos_OSAL_LockMetaData(pOutputBuf, width, height, exynosOutputPort->portDefinition.format.video.eColorFormat, &stride, planes);
404 width = stride;
H A DExynos_OMX_VdecControl.c1130 // Decoder actually uses width and height as stride and slice height for buffer copy.
1540 OMX_U32 stride; local
1543 Exynos_OSAL_LockANBHandle(pUseBuffer->bufferHeader->pBuffer, width, height, pExynosPort->portDefinition.format.video.eColorFormat, &stride, planes);
1545 Exynos_OSAL_LockMetaData(pUseBuffer->bufferHeader->pBuffer, width, height, pExynosPort->portDefinition.format.video.eColorFormat, &stride, planes);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c325 OMX_U32 stride; local
329 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, &stride, planes);
476 OMX_U32 stride; local
478 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatYUV420SemiPlanar, &stride, planes);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h525 OMX_U32 stride[3]; /*Stride values for Y, U, and V components*/ member in struct:__anon3351
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c478 MemReqDescTiler[0].stride = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm228 ; the sign of the stride
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c468 g2d->src.stride = g2d->src.width *
482 g2d->dst.stride = g2d->dst.width *
/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_firstpass.c381 const int src_stride = x->plane[0].src.stride;
383 const int ref_stride = xd->plane[0].pre[0].stride;
527 // Update the stride since we are using scaled reference buffer
779 x->plane[0].src.buf += 16 * x->plane[0].src.stride - 16 * cm->mb_cols;
780 x->plane[1].src.buf += uv_mb_height * x->plane[1].src.stride -
782 x->plane[2].src.buf += uv_mb_height * x->plane[1].src.stride -
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp256 int sliceheight = 0, stride = 0; variable
1096 stride = width = 176;
1890 stride = width;
3346 overlayp->src.width = stride;
3767 stride = portFmt.format.video.nStride;
/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...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp710 int stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, m_sVenc_cfg.input_width); local
723 ptemp += stride;
725 ptemp = pvirt + (stride * scanlines);
728 ptemp += stride;
738 temp += stride;
741 temp = (char *)pbuffer->pBuffer + (stride * scanlines);
745 temp += stride;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp9_rtcd.h259 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
262 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
265 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h505 uint32_t stride; member in struct:VideoParamsUsrptrBuffer

Completed in 856 milliseconds

1234567891011>>