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

  /frameworks/av/services/audioflinger/
AudioResamplerSinc.h 84 int pShift;
AudioResamplerSinc.cpp 341 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits;
342 c->pMask = ((1<< pLerpBits)-1) << c->pShift;
378 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits;
379 c->pMask = ((1<<pLerpBits)-1) << c->pShift;
    [all...]

Completed in 26 milliseconds