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

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 116 pComponentPrivate->overlay->iGKey = 0;
145 pComponentPrivate->overlay->iGKey = *aTransparencyKey++;
170 static OMX_U8 iGKey;
198 iGKey = pComponentPrivate->overlay->iGKey;
237 if(iGKey>KColorKeyChannelPred)
239 nKeyMax2 = ((iGKey+nKeyErrorSize)<255)?(iGKey+nKeyErrorSize*2):255;
240 nKeyMin2 = ((nKeyErrorSize)<iGKey)?(iGKey-nKeyErrorSize*2):0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 307 OMX_U8 iGKey;

Completed in 28 milliseconds