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

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
resample_input_audio_file.cc 42 void ResampleInputAudioFile::set_output_rate_hz(int rate_hz) {
43 output_rate_hz_ = rate_hz;
resample_input_audio_file.h 40 void set_output_rate_hz(int rate_hz);
  /external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc 58 void SetInputRate(int rate_hz);
64 void SetReverseRate(int rate_hz);
71 void SetOutputRate(int rate_hz);
149 void DebugDumpGenerator::SetInputRate(int rate_hz) {
150 input_audio_.set_output_rate_hz(rate_hz);
151 input_config_.set_sample_rate_hz(rate_hz);
161 void DebugDumpGenerator::SetReverseRate(int rate_hz) {
162 reverse_audio_.set_output_rate_hz(rate_hz);
163 reverse_config_.set_sample_rate_hz(rate_hz);
173 void DebugDumpGenerator::SetOutputRate(int rate_hz) {
    [all...]
  /device/google/contexthub/util/nanotool/
nanotool.cpp 185 && args->sensors[i].rate_hz < 0) {
231 spec.rate_hz = std::stof(param);
232 if (spec.rate_hz < 0) {
contexthub.h 92 float rate_hz = -1; member in struct:android::SensorSpec
contexthub.cpp 198 spec.rate_hz);
203 spec.sensor_type, spec.rate_hz, spec.special_rate,

Completed in 540 milliseconds