Searched refs:bit_depth_ (Results 1 – 2 of 2) sorted by relevance
435 bit_depth_(bit_depth), in SourceAudioHalAsrc()473 resamplers_ = std::make_unique<std::vector<Resampler>>(channels, bit_depth_);484 (bit_depth_ <= 16 ? sizeof(int16_t) : sizeof(int32_t));604 if (bit_depth_ <= 16) in Run()
59 const int bit_depth_; variable