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

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 187 OMX_U8 yKey,uKey,vKey; /* Color Key in YUV color space */
312 uKey = (OMX_U8)(((160*((OMX_S32)(iRKey) - (OMX_S32)(nKeyMin1)))>>8) + 128);
319 if(uKey>KColorKeyChannelPred && vKey>KColorKeyChannelPred)
321 nKeyMax2 = (OMX_U8)(((uKey+KAlgoChromaTolerance)<255)?(uKey+KAlgoChromaTolerance):255);
324 nKeyMin2 = (OMX_U8)(((KAlgoChromaTolerance)<uKey)?(uKey-KAlgoChromaTolerance):0);
327 else if(uKey>KColorKeyChannelPred && vKey<KColorKeyChannelMin)
329 nKeyMax2 = (OMX_U8)(((uKey+KAlgoChromaTolerance/2)<255)?(uKey+KAlgoChromaTolerance/2):255);
    [all...]
  /external/icu4c/i18n/
tznames_impl.cpp     [all...]

Completed in 487 milliseconds