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

  /external/chromium_org/third_party/webrtc/common_audio/resampler/include/
resampler.h 107 ResamplerType my_type_; member in class:webrtc::Resampler
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
resampler.cc 41 my_type_ = kResamplerInvalid;
61 my_type_ = kResamplerInvalid;
106 || (type != my_type_))
160 my_type_ = type;
184 if ((my_type_ & 0xf0) == 0x20)
216 my_type_ = kResamplerInvalid;
239 my_type_ = kResamplerInvalid;
274 my_type_ = kResamplerInvalid;
435 if (my_type_ & 0x0f)
441 if ((my_type_ & 0xf0) == 0x20
    [all...]

Completed in 26 milliseconds