HomeSort by relevance Sort by last modified time
    Searched refs:period_size (Results 1 - 10 of 10) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 48 snd_pcm_uframes_t period_size; member in struct:snd_pcm_rate_side_info
pcm_ioplug.h 114 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */ member in struct:snd_pcm_ioplug
pcm.h 457 snd_pcm_uframes_t *period_size);
    [all...]
  /external/qemu/audio/
alsaaudio.c 162 unsigned int period_size; member in struct:alsa_params_req
496 req->buffer_size, req->period_size);
642 if (req->period_size) {
647 unsigned int ptime = req->period_size;
659 snd_pcm_uframes_t psize = req->period_size;
672 size_in_usec ? "time" : "size", req->period_size);
676 if (((req->override_mask & 1) && (obt - req->period_size)))
678 size_in_usec ? "time" : "size", req->period_size, obt);
893 req.period_size = conf.period_size_out;
998 req.period_size = conf.period_size_in
    [all...]
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 72 unsigned int period_size; member in struct:pcm_config
80 * start_threshold : period_count * period_size
81 * stop_threshold : period_count * period_size
  /external/tinyalsa/
tinyplay.c 118 config.period_size = 1024;
pcm.c 490 param_set_min(&params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, config->period_size);
524 config->period_size = param_get_int(&params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
526 pcm->buffer_size = config->period_count * config->period_size;
545 config->period_count * config->period_size / 2;
552 config->period_count * config->period_size * 10;
558 pcm->config.avail_min = sparams.avail_min = pcm->config.period_size;
564 sparams.xfer_align = config->period_size / 2; /* needed for old kernels */
tinycap.c 154 config.period_size = 1024;
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 181 period_time = 1000000.0 * data->io.period_size / data->io.rate;
215 data->hw_ptr += frags * data->io.period_size;
341 uint32_t period_count = io->buffer_size / io->period_size;
345 DBG("Preparing with io->period_size=%lu io->buffer_size=%lu",
346 io->period_size, io->buffer_size);
365 data->hw_ptr = io->period_size;
441 DBG("Preparing with io->period_size=%lu io->buffer_size=%lu",
442 io->period_size, io->buffer_size);
701 DBG("Preparing with io->period_size=%lu io->buffer_size=%lu",
702 io->period_size, io->buffer_size)
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 227 .period_size = LONG_PERIOD_SIZE,
235 .period_size = SHORT_PERIOD_SIZE,
243 .period_size = 160,
    [all...]

Completed in 200 milliseconds