Searched defs:ONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp648 const int32_t ONE = c.cMask | c.pMask; local
651 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift;
652 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift;
/frameworks/base/graphics/java/android/renderscript/
H A DProgramStore.java99 ONE (1), enum constant in enum:ProgramStore.BlendSrcFunc
125 ONE (1), enum constant in enum:ProgramStore.BlendDstFunc
242 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
263 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
342 mBlendSrc = BlendSrcFunc.ONE;

Completed in 87 milliseconds