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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler.cc 25 source_ptr_int_(NULL),
40 source_ptr_int_ = source;
44 source_ptr_int_ = NULL;
97 destination[i] = static_cast<float>(source_ptr_int_[i]);
push_sinc_resampler.h 55 const int16_t* source_ptr_int_; member in class:webrtc::PushSincResampler

Completed in 103 milliseconds