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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 215 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
230 return &constrs->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL];
775 return var >= SNDRV_PCM_HW_PARAM_FIRST_INTERVAL &&
788 return &params->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL];
800 return &params->intervals[var - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL];
    [all...]
asound.h 318 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
343 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 299 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
324 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
    [all...]
  /external/kernel-headers/original/sound/
asound.h 329 #define SNDRV_PCM_HW_PARAM_FIRST_INTERVAL SNDRV_PCM_HW_PARAM_SAMPLE_BITS
354 SNDRV_PCM_HW_PARAM_FIRST_INTERVAL + 1];
    [all...]
  /external/tinyalsa/
pcm.c 62 return (p >= SNDRV_PCM_HW_PARAM_FIRST_INTERVAL) &&
68 return &(p->intervals[n - SNDRV_PCM_HW_PARAM_FIRST_INTERVAL]);
135 for (n = SNDRV_PCM_HW_PARAM_FIRST_INTERVAL;

Completed in 42 milliseconds