Home
last modified time | relevance | path

Searched refs:calculate_frames (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Daudio_processing.h762 num_frames_(calculate_frames(sample_rate_hz)) {} in sample_rate_hz_()
766 num_frames_ = calculate_frames(value); in set_sample_rate_hz()
790 static size_t calculate_frames(int sample_rate_hz) { in calculate_frames() function