Searched refs:iRBuff (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c111 pComponentPrivate->overlay->iRBuff = NULL ;
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
268 if( (*pComponentPrivate->overlay->iRBuff<=nKeyMax1 &&
269 *pComponentPrivate->overlay->iRBuff>=nKeyMin1) &&
281 *y=(OMX_U8)((77*(OMX_S32)(*pComponentPrivate->overlay->iRBuff) +
284 *puu=(OMX_U8)(((160*((OMX_S32)(*pComponentPrivate->overlay->iRBuff) - (OMX_S32)(*y)))>>8) + 128);
299 pComponentPrivate->overlay->iRBuff += 3*nIncAlign;
304 pComponentPrivate->overlay->iRBuff -= 3*iWidth*2;
498 if( (*pComponentPrivate->overlay->iRBuff<=nKeyMax1 &&
499 *pComponentPrivate->overlay->iRBuff>
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h302 OMX_U8 *iRBuff ; member in struct:VPP_OVERLAY

Completed in 63 milliseconds