Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c73 #define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */ macro
406 … if (s->buffer_attr.maxlength == (uint32_t) -1 || s->buffer_attr.maxlength > MAX_MEMBLOCKQ_LENGTH) in fix_record_buffer_attr_pre()
407 s->buffer_attr.maxlength = MAX_MEMBLOCKQ_LENGTH; in fix_record_buffer_attr_pre()
802 … if (s->buffer_attr.maxlength == (uint32_t) -1 || s->buffer_attr.maxlength > MAX_MEMBLOCKQ_LENGTH) in fix_playback_buffer_attr()
803 s->buffer_attr.maxlength = MAX_MEMBLOCKQ_LENGTH; in fix_playback_buffer_attr()