Home
last modified time | relevance | path

Searched refs:snd_compr_params (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/msm8994/kernel-headers/sound/
Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dcompress_offload.h50 struct snd_compr_params { struct
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x84/kernel-headers/sound/
Dcompress_offload.h31 struct snd_compr_params { struct
95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x26/kernel-headers/sound/
Dcompress_offload.h31 struct snd_compr_params { struct
95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dcompress_offload.h50 struct snd_compr_params { struct
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dcompress_offload.h50 struct snd_compr_params { struct
180 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dcompress_offload.h50 struct snd_compr_params { struct
182 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_offload.h50 struct snd_compr_params { struct
182 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8x09/kernel-headers/sound/
Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h264 struct snd_compr_params { struct
280 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x02, struct snd_compr_params *) argument
281 #define SNDRV_COMPRESS_GET_PARAMS _IOR('C', 0x03, struct snd_compr_params *)
Daplay.c208 struct snd_compr_params compr_params; in play_file()