Searched refs:data_bytes (Results 1 – 2 of 2) sorted by relevance
260 int data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) + in esa_commit_settings() local 266 vc->play.data_offset = ESA_DAC_DATA + (data_bytes * vc->index); in esa_commit_settings() 288 vc->rec.data_offset = ESA_DAC_DATA + (data_bytes * vc->index) + in esa_commit_settings() 289 (data_bytes / 2); in esa_commit_settings() 501 int data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) + in esa_trigger_output() local 505 int dac_data = ESA_DAC_DATA + (data_bytes * vc->index); in esa_trigger_output() 632 int data_bytes = (((ESA_MINISRC_TMP_BUFFER_SIZE & ~1) + in esa_trigger_input() local 636 int adc_data = ESA_DAC_DATA + (data_bytes * vc->index) + in esa_trigger_input() 637 (data_bytes / 2); in esa_trigger_input() 1188 int data_bytes in esa_init() local [all...]
206 const uint8_t *data_bytes = data->GetBytes(); in GetSharedDataOffset() local207 if (data_bytes != nullptr) { in GetSharedDataOffset()208 assert(m_start >= data_bytes); in GetSharedDataOffset()209 return m_start - data_bytes; in GetSharedDataOffset()