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

  /external/chromium_org/third_party/opus/src/celt/
celt.c 58 int resampling_factor(opus_int32 rate) function
  /external/libopus/celt/
celt.c 58 int resampling_factor(opus_int32 rate) function
  /external/chromium_org/third_party/webrtc/voice_engine/
utility_unittest.cc 137 const float resampling_factor = (1.0 * src_sample_rate_hz) / local
139 const float dst_left = resampling_factor * kSrcLeft;
140 const float dst_right = resampling_factor * kSrcRight;

Completed in 140 milliseconds