Searched refs:bits_per_sample (Results 1 – 3 of 3) sorted by relevance
33 int SBC_init(int pcm_sample_freq, int channels, int bits_per_sample);
219 i2s_bits_per_sample_t bits_per_sample; /*!< I2S sample bits in one channel */ member
1269 p_i2s[i2s_num]->slot_cfg.data_bit_width = i2s_config->bits_per_sample; in i2s_config_transfer()1270 …num]->slot_cfg.slot_bit_width = (int)i2s_config->bits_per_chan < (int)i2s_config->bits_per_sample ? in i2s_config_transfer()1271 i2s_config->bits_per_sample : i2s_config->bits_per_chan; in i2s_config_transfer()1288 SLOT_CFG(std).ws_width = i2s_config->bits_per_sample; in i2s_config_transfer()