Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_mixer/
H A Daudio_mixer_impl_unittest.cc117 class CustomRateCalculator : public OutputRateCalculator { class
119 explicit CustomRateCalculator(int rate) : rate_(rate) {} in CustomRateCalculator() function in webrtc::CustomRateCalculator