OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_COMPRESS_SET_PARAMS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/common/sound/
compress_offload.h
95
#define
SNDRV_COMPRESS_SET_PARAMS
_IOW('C', 0x12, struct snd_compr_params)
/external/kernel-headers/original/sound/
compress_offload.h
160
*
SNDRV_COMPRESS_SET_PARAMS
: Set codec and stream parameters
178
#define
SNDRV_COMPRESS_SET_PARAMS
_IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h
280
#define
SNDRV_COMPRESS_SET_PARAMS
_IOW('C', 0x02, struct snd_compr_params *)
aplay.c
227
if (ioctl(pcm->fd,
SNDRV_COMPRESS_SET_PARAMS
, &compr_params)) {
228
fprintf(stderr, "Aplay:
SNDRV_COMPRESS_SET_PARAMS
,failed Error no %d \n", errno);
/external/tinycompress/
compress.c
284
if (ioctl(compress->fd,
SNDRV_COMPRESS_SET_PARAMS
, ¶ms)) {
Completed in 169 milliseconds