Lines Matching defs:silence
61 to 0 pa_memblockq_pop() will return a silence memblock
70 - silence: return this memchunk when reading uninitialized data
81 pa_memchunk *silence);
98 pa_memchunk silence;
170 * fail: 1. prebuffering is active, 2. queue is empty and no silence
172 * but we're currently at a hole in the queue and no silence memblock
178 * silence memchunk for this memblockq if you use this call. */
184 /* Rewind the read index. If the history is shorter than the specified length we'll point to silence afterwards. */
200 /* Set the queue to silence, set write index to read index */
203 /* Set the queue to silence, set write read index to write index*/
242 void pa_memblockq_set_silence(pa_memblockq *memblockq, pa_memchunk *silence);