Home
last modified time | relevance | path

Searched refs:bit_depth_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.cc435 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()
Dasrc_resampler.h59 const int bit_depth_; variable