Searched refs:MAX_MEMBLOCKQ_LENGTH (Results 1 – 1 of 1) sorted by relevance
73 #define MAX_MEMBLOCKQ_LENGTH (4*1024*1024) /* 4MB */ macro406 … 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()