Home
last modified time | relevance | path

Searched refs:iWidth (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_ImgConv.c98 OMX_U32 iWidth; in ComputeTiOverlayImgFormat() local
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ComputeTiOverlayImgFormat()
123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight); in ComputeTiOverlayImgFormat()
125 …OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeigh… in ComputeTiOverlayImgFormat()
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0; in ComputeTiOverlayImgFormat()
135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1; in ComputeTiOverlayImgFormat()
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2; in ComputeTiOverlayImgFormat()
154 …ConvertFormatFromPlanar((pComponentPrivate->overlay->iOvlyConvBufPtr+(2*(iWidth+pComponentPrivate-… in ComputeTiOverlayImgFormat()
167 static OMX_U32 iWidth ; variable
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ConvertChromReduction()
[all …]
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp196 vinfo.width = h->iWidth; in GetGfxBufferInfo()
198 vinfo.lumaStride = h->iWidth; in GetGfxBufferInfo()
200 …erInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iF… in GetGfxBufferInfo()
204 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo()
206 if (h->iWidth > 512) in GetGfxBufferInfo()
207 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo()
215 vinfo.lumaStride = (h->iWidth + 31) & ~31; in GetGfxBufferInfo()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBuffer.cpp50 mWidth = grallocHandle->iWidth; in initBuffer()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBuffer.cpp50 mWidth = grallocHandle->iWidth; in initBuffer()
/hardware/ti/omap4xxx/hwc/
Dhal_public.h94 int iWidth; member
Dhwc.c265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); in dump_set_info()
387 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d()
1295 handle->iWidth, in omap4_hwc_prepare()
/hardware/ti/omap4-aah/hwc/
Dhal_public.h94 int iWidth; member
Drgz_2d.c255 h->iWidth, h->iHeight, FMT(h->iFormat)); in dump_layer()
350 srcgeom->width = handle->iWidth; in rgz_set_src_data()
1163 int stride = ALIGN(h->iWidth, HW_ALIGN) * bpp; in rgz_handle_to_stride()
1265 res_left = handle->iWidth - layer->sourceCrop.right + delta_left; in rgz_get_src_rect()
1270 res_top = handle->iWidth - layer->sourceCrop.right + delta_top; in rgz_get_src_rect()
Dhwc.c361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); in dump_set_info()
576 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d()
1760 handle->iWidth, in omap4_hwc_prepare()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dhal_public.h149 int iWidth; member
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc_public.h146 int iWidth; member
/hardware/intel/common/utils/ISV/base/
Disv_bufmanager.cpp92 mStride = grallocHandle->iWidth; in initBufferInfo()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c640 pGrallocHandle->iWidth, in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c655 pGrallocHandle->iWidth, in LOCAL_PROXY_H264E_EmptyThisBuffer()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c783 pGrallocHandle->iWidth, in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c825 pGrallocHandle->iWidth, in LOCAL_PROXY_H264E_EmptyThisBuffer()
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp1352 …colorSwap(layer.handle, display->outbuf, ((nativeSrcHandle->iWidth+31)&~31)*nativeSrcHandle->iHeig… in queueColorConvert()