Home
last modified time | relevance | path

Searched refs:snd_hwdep_dsp_image_t (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
H A Dhwdep.h51 typedef struct _snd_hwdep_dsp_image snd_hwdep_dsp_image_t; typedef
116 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block);
149 /** allocate #snd_hwdep_dsp_image_t container on stack */
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 *ob
[all...]
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c512 * \param block pointer to a snd_hwdep_dsp_image_t structure to transfer
515 int snd_hwdep_dsp_load(snd_hwdep_t *hwdep, snd_hwdep_dsp_image_t *block) in snd_hwdep_dsp_load()
628 * \brief get size of the snd_hwdep_dsp_image_t structure in bytes
629 * \return size of the snd_hwdep_dsp_image_t structure in bytes
633 return sizeof(snd_hwdep_dsp_image_t); in snd_hwdep_dsp_image_sizeof()
637 * \brief allocate a new snd_hwdep_dsp_image_t structure
641 * Allocates a new snd_hwdep_dsp_image_t structure using the standard
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()
654 * \brief frees the snd_hwdep_dsp_image_t structur
[all...]

Completed in 2 milliseconds