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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler.cc 449 int16_t* out_right = local
465 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right);
471 free(out_right);
479 samplesOut[i * 2 + 1] = out_right[i];
486 free(out_right);
    [all...]
  /external/webrtc/src/common_audio/resampler/
resampler.cc 449 WebRtc_Word16* out_right = local
465 res |= slave_right_->Push(right, lengthIn, out_right, maxLen / 2, actualOutLen_right);
471 free(out_right);
479 samplesOut[i * 2 + 1] = out_right[i];
486 free(out_right);
    [all...]

Completed in 1140 milliseconds