OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_COMPRESS_TSTAMP
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/sound/
compress_offload.h
100
#define
SNDRV_COMPRESS_TSTAMP
_IOR('C', 0x20, struct snd_compr_tstamp)
/external/kernel-headers/original/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/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 533 milliseconds