Searched defs:iWidth (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Dhal_public.h94 int iWidth; member in struct:__anon3431
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h94 int iWidth; member in struct:__anon3546
/hardware/intel/img/hwcomposer/include/pvr/hal/
H A Dhal_public.h150 int iWidth; member in struct:__anon726
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c98 OMX_U32 iWidth; local
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight);
125 OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeight+3*KDeepFiltering))));
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1;
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2;
154 ConvertFormatFromPlanar((pComponentPrivate->overlay->iOvlyConvBufPtr+(2*(iWidth+pComponentPrivate->overlay->iAlign)*(iHeight+3*KDeepFiltering))),
167 static OMX_U32 iWidth ; variable
[all...]

Completed in 357 milliseconds