OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_COMPRESS_SET_METADATA
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/sound/
compress_offload.h
97
#define
SNDRV_COMPRESS_SET_METADATA
_IOW('C', 0x14, struct snd_compr_metadata)
/external/kernel-headers/original/sound/
compress_offload.h
180
#define
SNDRV_COMPRESS_SET_METADATA
_IOW('C', 0x14,\
/external/tinycompress/
compress.c
564
if (ioctl(compress->fd,
SNDRV_COMPRESS_SET_METADATA
, &metadata))
569
if (ioctl(compress->fd,
SNDRV_COMPRESS_SET_METADATA
, &metadata))
Completed in 165 milliseconds