Searched defs:near_size_bytes (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc451 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);

Completed in 123 milliseconds