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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c183 OMX_U8 *puu,*pvv,*pyy; /* pointers on U,V, and Y on 444 YUV buffers */ local
216 puu = uu;
276 *puu = 0; /* set pixel at UV Color Key */
284 *puu=(OMX_U8)(((160*((OMX_S32)(*pComponentPrivate->overlay->iRBuff) - (OMX_S32)(*y)))>>8) + 128);
289 if(*puu == 0 && *pvv == 0) /* avoid zero almost black because is used by the UV color key */
290 (*puu)++;
292 puu++;
354 puu = uu;
360 memcpy(puOut,puu,iWidth+iAlign); /* recopy the first line which is not scanned during algorithm */
365 puu
463 OMX_U8 *puu,*pvv; local
[all...]

Completed in 50 milliseconds