Searched refs:snd_hwdep_dsp_image_t (Results 1 – 2 of 2) sorted by relevance
51 typedef struct _snd_hwdep_dsp_image snd_hwdep_dsp_image_t; typedef116 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block);151 int snd_hwdep_dsp_image_malloc(snd_hwdep_dsp_image_t **ptr);152 void snd_hwdep_dsp_image_free(snd_hwdep_dsp_image_t *obj);153 void snd_hwdep_dsp_image_copy(snd_hwdep_dsp_image_t *dst, const snd_hwdep_dsp_image_t *src);155 unsigned int snd_hwdep_dsp_image_get_index(const snd_hwdep_dsp_image_t *obj);156 const char *snd_hwdep_dsp_image_get_name(const snd_hwdep_dsp_image_t *obj);157 const void *snd_hwdep_dsp_image_get_image(const snd_hwdep_dsp_image_t *obj);158 size_t snd_hwdep_dsp_image_get_length(const snd_hwdep_dsp_image_t *obj);160 void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int _index);[all …]
515 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block) in snd_hwdep_dsp_load()633 return sizeof(snd_hwdep_dsp_image_t); in snd_hwdep_dsp_image_sizeof()644 int snd_hwdep_dsp_image_malloc(snd_hwdep_dsp_image_t **info) in snd_hwdep_dsp_image_malloc()647 *info = calloc(1, sizeof(snd_hwdep_dsp_image_t)); in snd_hwdep_dsp_image_malloc()660 void snd_hwdep_dsp_image_free(snd_hwdep_dsp_image_t *info) in snd_hwdep_dsp_image_free()671 void snd_hwdep_dsp_image_copy(snd_hwdep_dsp_image_t *dst, const snd_hwdep_dsp_image_t *src) in snd_hwdep_dsp_image_copy()682 unsigned int snd_hwdep_dsp_image_get_index(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_index()693 const char *snd_hwdep_dsp_image_get_name(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_name()704 size_t snd_hwdep_dsp_image_get_length(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_length()715 const void *snd_hwdep_dsp_image_get_image(const snd_hwdep_dsp_image_t *obj) in snd_hwdep_dsp_image_get_image()[all …]