Home
last modified time | relevance | path

Searched refs:KERNEL_Q (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_tables.h24 static const int KERNEL_Q = 512; member
28 sizeof(int32_t))[KERNEL_Q][2 * KERNEL_A];
30 sizeof(int16_t))[KERNEL_Q][2 * KERNEL_A];
Dasrc_tables.py22 KERNEL_Q = 512 variable
32 q = KERNEL_Q
Dasrc_resampler.cc234 static const int KERNEL_Q = asrc::ResamplerTables::KERNEL_Q; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler