HomeSort by relevance Sort by last modified time
    Searched full:xfer_align (Results 1 - 21 of 21) 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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
libasound.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
libasound.a     [all...]
  /external/kernel-headers/original/sound/
asound.h 377 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 726 sparams.xfer_align = config->period_size / 2; /* needed for old kernels */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 290 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */ member in struct:snd_pcm_runtime
    [all...]
asound.h 367 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 290 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */ member in struct:snd_pcm_runtime
    [all...]
asound.h 367 snd_pcm_uframes_t xfer_align; /* xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 350 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.a     [all...]

Completed in 1714 milliseconds