Home
last modified time | relevance | path

Searched defs:kFramesPerSecond (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dnoise_level_estimator_unittest.cc28 constexpr int kFramesPerSecond = 100; variable
H A Dnoise_level_estimator.cc26 constexpr int kFramesPerSecond = 100; variable
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dsender_unittest.cc622 constexpr int kFramesPerSecond = 1000; in TEST_F() local
687 constexpr int kFramesPerSecond = 20; in TEST_F() local
/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Daudioproc_float_impl.cc504 constexpr int kFramesPerSecond = 100; in CreateSettings() local
/aosp_15_r20/external/webrtc/modules/audio_device/include/
H A Dtest_audio_device.cc44 constexpr int kFramesPerSecond = rtc::kNumMicrosecsPerSec / kFrameLengthUs; variable