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

  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 283 UInt32 powerOfTwo = 1;
284 while (powerOfTwo < PLAY_BUF_SIZE_IN_SAMPLES)
286 powerOfTwo <<= 1;
288 _renderBufSizeSamples = powerOfTwo;
309 UInt32 powerOfTwo = 1;
310 while (powerOfTwo < REC_BUF_SIZE_IN_SAMPLES)
312 powerOfTwo <<= 1;
314 _captureBufSizeSamples = powerOfTwo;
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java     [all...]

Completed in 92 milliseconds