Searched refs:ProcessFloatResample (Results 1 – 3 of 3) sorted by relevance
27 int32_t ProcessFloatResample(const std::vector<float> &input, std::vector<float> &output);
68 int32_t AudioResample::ProcessFloatResample(const std::vector<float> &input, std::vector<float> &ou… in ProcessFloatResample() function in OHOS::AudioStandard::AudioResample
144 resample_->ProcessFloatResample(resampleSrcBuffer, resampleDesBuffer); in InitParams()399 resample_->ProcessFloatResample(resampleSrcBuffer, resampleDesBuffer); in EnqueueBuffer()