HomeSort by relevance Sort by last modified time
    Searched defs:period_count (Results 1 - 2 of 2) sorted by null

  /external/tinyalsa/include/tinyalsa/
asoundlib.h 73 unsigned int period_count; member in struct:pcm_config
80 * start_threshold : period_count * period_size
81 * stop_threshold : period_count * period_size
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 341 uint32_t period_count = io->buffer_size / io->period_size; local
343 struct timeval t = { 0, period_count };
408 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
409 sizeof(period_count)) == 0)
415 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
416 sizeof(period_count)) == 0)
    [all...]

Completed in 231 milliseconds