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

  /external/chromium_org/tools/perf/metrics/
startup_metric.py 33 high_bytes = histogram_util.GetHistogramSum(
41 if high_bytes == 0 and low_bytes == 0:
43 return (int(high_bytes) << 32) | (int(low_bytes) << 1)
  /external/chromium_org/media/audio/
fake_audio_input_stream.cc 152 int high_bytes = high_frames * params_.bits_per_sample() * local
158 while (position + high_bytes <= buffer_size_) {
160 memset(buffer_.get() + position, 128, high_bytes);
161 // Then leave low values in the buffer with |high_bytes|.
162 position += high_bytes * 2;

Completed in 129 milliseconds