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

  /external/webrtc/src/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...]
  /external/webrtc/src/common_audio/resampler/include/
resampler.h 107 ResamplerType my_type_; member in class:webrtc::Resampler

Completed in 33 milliseconds