HomeSort by relevance Sort by last modified time
    Searched refs:xfer_align (Results 1 - 19 of 19) 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 319 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 374 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 387 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 377 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 393 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8998/kernel-headers/sound/
asound.h 387 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/sound/
asound.h 405 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h 375 snd_pcm_uframes_t xfer_align; member in struct:snd_pcm_sw_params
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h 393 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.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/kernel-headers/original/uapi/sound/
asound.h 414 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 1001 sparams.xfer_align = config->period_size / 2; /* needed for old kernels */
    [all...]

Completed in 137 milliseconds