OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_COMPRESS_GET_CAPS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/sound/
compress_offload.h
92
#define
SNDRV_COMPRESS_GET_CAPS
_IOWR('C', 0x10, struct snd_compr_caps)
/external/kernel-headers/original/sound/
compress_offload.h
158
*
SNDRV_COMPRESS_GET_CAPS
: Query capability of DSP
175
#define
SNDRV_COMPRESS_GET_CAPS
_IOWR('C', 0x10, struct snd_compr_caps)
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h
278
#define
SNDRV_COMPRESS_GET_CAPS
_IOWR('C', 0x00, struct snd_compr_caps *)
aplay.c
209
if (ioctl(pcm->fd,
SNDRV_COMPRESS_GET_CAPS
, &compr_cap)) {
210
fprintf(stderr, "Aplay:
SNDRV_COMPRESS_GET_CAPS
, failed Error no %d \n", errno);
/external/tinycompress/
compress.c
191
if (ioctl(fd,
SNDRV_COMPRESS_GET_CAPS
, &caps)) {
260
if (ioctl(compress->fd,
SNDRV_COMPRESS_GET_CAPS
, &caps)) {
Completed in 1098 milliseconds