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

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
input_helpers.h 93 : low_(low), high_(high) {}
100 return value >= low_ && value <= high_;
104 int low_; member in class:webrtc::IntegerWithinRangeValidator
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 132 : low_(samples_per_split_channel, num_channels),
137 int16_t* low_channel(int i) { return low_.ibuf()->channel(i); }
139 float* low_channel_f(int i) { return low_.fbuf()->channel(i); }
143 IFChannelBuffer low_; member in class:webrtc::SplitChannelBuffer

Completed in 142 milliseconds