Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dlimiter_unittest.cc28 VectorFloatFrame vectors_with_float_frame(1, sample_rate_hz / 100, in TEST() local
30 limiter.Process(vectors_with_float_frame.float_frame_view()); in TEST()
44 VectorFloatFrame vectors_with_float_frame(1, sample_rate_hz / 100, in TEST() local
46 limiter.Process(vectors_with_float_frame.float_frame_view()); in TEST()
49 VectorFloatFrame vectors_with_float_frame(1, sample_rate_hz / 100, in TEST() local
51 limiter.Process(vectors_with_float_frame.float_frame_view()); in TEST()
53 vectors_with_float_frame.float_frame_view().channel(0); in TEST()
Dfixed_digital_level_estimator_unittest.cc37 const VectorFloatFrame vectors_with_float_frame( in TestLevelEstimator() local
43 vectors_with_float_frame.float_frame_view()); in TestLevelEstimator()
66 const VectorFloatFrame vectors_with_float_frame( in TimeMsToDecreaseLevel() local
76 vectors_with_float_frame.float_frame_view()); in TimeMsToDecreaseLevel()