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

  /hardware/libhardware/modules/usbaudio/
format.c 115 PCM_FORMAT_INVALID, /* 01 - SNDRV_PCM_FORMAT_U8 */
117 PCM_FORMAT_INVALID, /* 03 - SNDRV_PCM_FORMAT_S16_BE */
118 PCM_FORMAT_INVALID, /* 04 - SNDRV_PCM_FORMAT_U16_LE */
119 PCM_FORMAT_INVALID, /* 05 - SNDRV_PCM_FORMAT_U16_BE */
121 PCM_FORMAT_INVALID, /* 07 - SNDRV_PCM_FORMAT_S24_BE */
122 PCM_FORMAT_INVALID, /* 08 - SNDRV_PCM_FORMAT_U24_LE */
123 PCM_FORMAT_INVALID, /* 09 - SNDRV_PCM_FORMAT_U24_BE */
125 PCM_FORMAT_INVALID, /* 11 - SNDRV_PCM_FORMAT_S32_BE */
126 PCM_FORMAT_INVALID, /* 12 - SNDRV_PCM_FORMAT_U32_LE */
127 PCM_FORMAT_INVALID, /* 13 - SNDRV_PCM_FORMAT_U32_BE *
    [all...]
alsa_device_profile.c 68 profile->formats[index] = PCM_FORMAT_INVALID;
183 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) {
265 if (format != PCM_FORMAT_INVALID && format != PCM_FORMAT_S8) {
268 /* leave at least one PCM_FORMAT_INVALID at the end */
343 if (config->format == PCM_FORMAT_INVALID) {
425 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) {
alsa_device_proxy.c 42 config->format != PCM_FORMAT_INVALID && profile_is_format_valid(profile, config->format)
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 73 PCM_FORMAT_INVALID = -1,

Completed in 61 milliseconds