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

  /bionic/libc/kernel/uapi/sound/
compress_offload.h 94 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 153 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
174 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8994/kernel-headers/sound/
compress_offload.h 102 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
186 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_offload.h 100 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
184 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_offload.h 100 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 163 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
184 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_offload.h 102 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
188 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x09/kernel-headers/sound/
compress_offload.h 102 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_offload.h 165 * SNDRV_COMPRESS_TSTAMP: get the current timestamp value
188 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x20, struct snd_compr_tstamp)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 282 #define SNDRV_COMPRESS_TSTAMP _IOR('C', 0x10, struct snd_compr_tstamp *)
aplay.c 380 if (ioctl(pcm->fd, SNDRV_COMPRESS_TSTAMP, &tstamp))
381 fprintf(stderr, "Aplay: failed SNDRV_COMPRESS_TSTAMP\n");
  /external/tinycompress/
compress.c 343 if (ioctl(compress->fd, SNDRV_COMPRESS_TSTAMP, &ktstamp))

Completed in 1197 milliseconds