Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c482 uint32_t bytes_per_sample = ((slot_cfg->data_bit_width + 15) / 16) * 2; in i2s_get_buf_size() local
484 uint32_t bytes_per_frame = bytes_per_sample * p_i2s[i2s_num]->active_slot; in i2s_get_buf_size()