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

  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 451 int near_size_bytes = 0; local
456 near_size_bytes = st.st_size / 3;
460 near_size_bytes = st.st_size;
612 (near_read_bytes * 100.0) / near_size_bytes);
792 (near_read_bytes * 100.0) / near_size_bytes);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 510 int near_size_bytes = 0; local
515 near_size_bytes = st.st_size / 3;
519 near_size_bytes = st.st_size;
713 near_read_bytes = std::min(near_read_bytes, near_size_bytes);
715 (near_read_bytes * 100.0) / near_size_bytes);
    [all...]

Completed in 173 milliseconds