Searched refs:pcm_max_ (Results 1 – 1 of 1) sorted by relevance
244 const int32_t pcm_min_, pcm_max_; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler332 pcm_max_((int32_t(1) << (bit_depth - 1)) - 1) {}408 return std::clamp(s, int64_t(pcm_min_), int64_t(pcm_max_)); in Filter()426 return std::clamp(s, int64_t(pcm_min_), int64_t(pcm_max_)); in Filter()