Lines Matching defs:size
295 * \brief change the output pool size of the given client
297 * \param size output pool size
302 int snd_seq_set_client_pool_output(snd_seq_t *seq, size_t size)
309 info.output_pool = size;
314 * \brief change the output room size of the given client
316 * \param size output room size
321 int snd_seq_set_client_pool_output_room(snd_seq_t *seq, size_t size)
328 info.output_room = size;
333 * \brief change the input pool size of the given client
335 * \param size input pool size
340 int snd_seq_set_client_pool_input(snd_seq_t *seq, size_t size)
347 info.input_pool = size;
392 /* reprogram the room size to full */
403 /* restore the room size */