Searched refs:pdesc (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | sm3600.c | 168 SANE_Option_Descriptor *pdesc; in InitOptions() local 171 pdesc=this->aoptDesc+iOpt; in InitOptions() 174 pdesc->size=sizeof(SANE_Word); in InitOptions() 175 pdesc->cap=SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in InitOptions() 185 pdesc->title =SANE_TITLE_NUM_OPTIONS; in InitOptions() 186 pdesc->desc =SANE_DESC_NUM_OPTIONS; in InitOptions() 187 pdesc->type =SANE_TYPE_INT; in InitOptions() 188 pdesc->cap =SANE_CAP_SOFT_DETECT; in InitOptions() 192 pdesc->title="Mode"; in InitOptions() 193 pdesc in InitOptions() [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 92 LADSPA_PortDescriptor pdesc; /* port description */ member 114 LADSPA_PortDescriptor pdesc) in snd_pcm_ladspa_count_ports() 118 if ((lplug->desc->PortDescriptors[idx] & pdesc) == pdesc) in snd_pcm_ladspa_count_ports() 126 LADSPA_PortDescriptor pdesc, in snd_pcm_ladspa_find_port() 132 if ((lplug->desc->PortDescriptors[idx] & pdesc) == pdesc) { in snd_pcm_ladspa_find_port() 144 LADSPA_PortDescriptor pdesc, in snd_pcm_ladspa_find_sport() 150 if ((lplug->desc->PortDescriptors[idx] & pdesc) == pdesc in snd_pcm_ladspa_find_sport() 113 snd_pcm_ladspa_count_ports(snd_pcm_ladspa_plugin_t *lplug, LADSPA_PortDescriptor pdesc) snd_pcm_ladspa_count_ports() argument 124 snd_pcm_ladspa_find_port(unsigned int *res, snd_pcm_ladspa_plugin_t *lplug, LADSPA_PortDescriptor pdesc, unsigned int port_idx) snd_pcm_ladspa_find_port() argument 142 snd_pcm_ladspa_find_sport(unsigned int *res, snd_pcm_ladspa_plugin_t *lplug, LADSPA_PortDescriptor pdesc, const char *port_name) snd_pcm_ladspa_find_sport() argument 158 snd_pcm_ladspa_find_port_idx(unsigned int *res, snd_pcm_ladspa_plugin_t *lplug, LADSPA_PortDescriptor pdesc, unsigned int port) snd_pcm_ladspa_find_port_idx() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_texture.c | 154 struct lima_sampler_view *texture, void *pdesc, in lima_update_tex_desc() 159 lima_tex_desc *desc = pdesc; in lima_update_tex_desc() 153 lima_update_tex_desc(struct lima_context *ctx, struct lima_sampler_state *sampler, struct lima_sampler_view *texture, void *pdesc, unsigned desc_size) lima_update_tex_desc() argument
|
Completed in 4 milliseconds