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

  /external/webrtc/webrtc/common_audio/resampler/include/
resampler.h 73 void* state3_; member in class:webrtc::Resampler
  /external/webrtc/webrtc/common_audio/resampler/
resampler.cc 27 state3_(nullptr),
57 if (state3_)
59 free(state3_);
111 if (state3_)
113 free(state3_);
114 state3_ = NULL;
289 state3_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
291 (WebRtcSpl_State16khzTo48khz*) state3_);
333 state3_ = malloc(8 * sizeof(int32_t));
334 memset(state3_, 0, 8 * sizeof(int32_t))
    [all...]

Completed in 207 milliseconds