Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/msm8994/kernel-headers/sound/
H A Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dcompress_offload.h50 struct snd_compr_params { struct
180 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dcompress_offload.h31 struct snd_compr_params { struct
95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dcompress_offload.h50 struct snd_compr_params { struct
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dcompress_offload.h31 struct snd_compr_params { struct
95 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dcompress_offload.h50 struct snd_compr_params { struct
178 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dcompress_offload.h29 struct snd_compr_params { struct
75 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dcompress_offload.h50 struct snd_compr_params { struct
182 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dcompress_offload.h31 struct snd_compr_params { struct
97 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dcompress_offload.h50 struct snd_compr_params { struct
182 #define SNDRV_COMPRESS_SET_PARAMS _IOW('C', 0x12, struct snd_compr_params)
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A 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 *)
H A Daplay.c208 struct snd_compr_params compr_params; in play_file()