Searched refs:out_pos_ (Results 1 – 1 of 1) sorted by relevance
243 unsigned out_pos_, in_pos_; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler275 if (in_pos_ - (out_pos_ << 26) >= (1u << 26)) { in Upsample()276 win_[0][(out_pos_ + WSIZE / 2) % WSIZE] = win_[1][(out_pos_)] = *in; in Upsample()280 out_pos_ = (out_pos_ + 1) % WSIZE; in Upsample()299 if (in_pos_ - (out_pos_ << 26) < (1u << 26)) { in Downsample()313 win_[0][(out_pos_ + WSIZE / 2) % WSIZE] = win_[1][(out_pos_)] = *in; in Downsample()317 out_pos_ = (out_pos_ + 1) % WSIZE; in Downsample()329 out_pos_(0),