Lines Matching refs:interleaved
17 * - Work in interleaved and non-interleaved modes
23 * pattern to each separate channel. For example, if we have 2 channels, format = U8, interleaved
25 * each channel will contain abacabaabacaba... Same for the non-interleaved mode.
108 bool interleaved; // Interleaved/Non-interleaved mode
110 size_t chan_block; // Bytes in one channel buffer when non-interleaved
152 * Position in the DMA buffer when we are in the non-interleaved mode. We increment buf_pos
163 * Get the count of bytes written for the current channel in the interleaved mode.
225 if (v_iter->interleaved)
232 * Fill buffer in the non-interleaved mode. The order of samples is C0, ..., C0, C1, ..., C1, C2...
254 // Fill buffer in the interleaved mode. The order of samples is C0, C1, C2, C0, C1, C2, ...
277 if (v_iter->interleaved)
321 if (v_iter->interleaved)
480 v_iter->interleaved = true;
484 v_iter->interleaved = false;