HomeSort by relevance Sort by last modified time
    Searched full:cmask (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/audioflinger/
AudioResamplerSinc.h 73 static const uint32_t cMask = ((1<<coefsBits)-1) << cShift; // 0xf<<26 = 3c00 0000
AudioResamplerSinc.cpp 309 uint32_t indexP = (phase & cMask) >> cShift;
311 uint32_t indexN = (-phase & cMask) >> cShift;
314 indexN = cMask >> cShift;
  /device/samsung/crespo/libaudio/
asound.h 292 unsigned int cmask; member in struct:snd_pcm_hw_params

Completed in 228 milliseconds