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

  /bionic/libc/kernel/uapi/sound/
compress_offload.h 89 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /device/lge/hammerhead/kernel-headers/sound/
compress_offload.h 96 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_offload.h 160 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 149 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters
167 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_offload.h 95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 160 * SNDRV_COMPRESS_SET_PARAMS: Set codec and stream parameters
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 280 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x02, struct snd_compr_params *)
aplay.c 227 if (ioctl(pcm->fd, SNDRV_COMPRESS_SET_PARAMS, &compr_params)) {
228 fprintf(stderr, "Aplay: SNDRV_COMPRESS_SET_PARAMS,failed Error no %d \n", errno);
  /external/tinycompress/
compress.c 284 if (ioctl(compress->fd, SNDRV_COMPRESS_SET_PARAMS, &params)) {

Completed in 105 milliseconds