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

  /external/chromium_org/third_party/webrtc/voice_engine/
utility.cc 30 const int16_t* audio_ptr = src_frame.data_; local
39 audio_ptr = mono_audio;
53 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_,
56 LOG_FERR3(LS_ERROR, Resample, audio_ptr, src_length, dst_frame->data_);

Completed in 331 milliseconds