HomeSort by relevance Sort by last modified time
    Searched refs:uKey (Results 1 - 5 of 5) 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/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp     [all...]
plurrule.cpp 626 UnicodeString uKey(key, -1, US_INV);
627 result.append(uKey);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp     [all...]
plurrule.cpp 729 UnicodeString uKey(key, -1, US_INV);
730 result.append(uKey);
    [all...]

Completed in 1315 milliseconds