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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c113 pComponentPrivate->overlay->iBBuff = NULL;
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2;
272 (*pComponentPrivate->overlay->iBBuff<=nKeyMax3 &&
273 *pComponentPrivate->overlay->iBBuff>=nKeyMin3) )
283 29*(OMX_S32)(*pComponentPrivate->overlay->iBBuff))>>8);
285 *pvv=(OMX_U8)(((126*((OMX_S32)(*pComponentPrivate->overlay->iBBuff) - (OMX_S32)(*y)))>>8) + 128);
301 pComponentPrivate->overlay->iBBuff += 3*nIncAlign;
306 pComponentPrivate->overlay->iBBuff -= 3*iWidth*2;
502 (*pComponentPrivate->overlay->iBBuff<=nKeyMax3 &&
503 *pComponentPrivate->overlay->iBBuff>
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h304 OMX_U8 *iBBuff ; member in struct:VPP_OVERLAY

Completed in 6 milliseconds