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

  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 147 sparams->xfer_align = pcm->period_size/2;
150 sparams->xfer_align = pcm->period_size/8;
153 sparams->xfer_align = pcm->period_size/12;
156 sparams->xfer_align = pcm->period_size/4;
172 fprintf (stderr,"xfer_align (%lu)\n", sparams->xfer_align);
aplay.c 145 sparams->xfer_align = pcm->period_size/(channels * 2) ; /* needed for old kernels */
158 fprintf (stderr," sparams->xfer_align= %lu\n", sparams->xfer_align);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 345 params->xfer_align = (pcm->flags & PCM_MONO) ? pcm->period_size*8 : pcm->period_size*4;
348 params->xfer_align = (pcm->flags & PCM_MONO) ? pcm->period_size/2 : pcm->period_size/4;
352 params->xfer_align = (pcm->flags & PCM_MONO) ? pcm->period_size/2 : pcm->period_size/4;
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 372 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 391 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 372 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 372 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 361 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 368 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /external/tinyalsa/
pcm.c 955 sparams.xfer_align = config->period_size / 2; /* needed for old kernels */
    [all...]

Completed in 164 milliseconds