Home
last modified time | relevance | path

Searched refs:SNDRV_COMPRESS_GET_CAPS (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/sound/
Dcompress_offload.h166 #define SNDRV_COMPRESS_GET_CAPS _IOWR('C', 0x10, struct snd_compr_caps) macro
/external/tinycompress/
Dcompress.c191 if (ioctl(fd, SNDRV_COMPRESS_GET_CAPS, &caps)) { in _is_codec_type_supported()
260 if (ioctl(compress->fd, SNDRV_COMPRESS_GET_CAPS, &caps)) { in compress_open()