HomeSort by relevance Sort by last modified time
    Searched refs:iRKey (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 115 pComponentPrivate->overlay->iRKey = 0 ;
144 pComponentPrivate->overlay->iRKey = *aTransparencyKey++;
169 static OMX_U8 iRKey ;
197 iRKey = pComponentPrivate->overlay->iRKey;
226 if(iRKey>KColorKeyChannelPred)
228 nKeyMax1 = ((iRKey+nKeyErrorSize)<255)?(iRKey+nKeyErrorSize*2):255;
229 nKeyMin1 = ((nKeyErrorSize)<iRKey)?(iRKey-nKeyErrorSize*2):0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 306 OMX_U8 iRKey;

Completed in 506 milliseconds