Searched refs:get_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_linear.c | 45 unsigned int get_idx, put_idx; member 183 unsigned int get_idx, unsigned int put_idx) in snd_pcm_linear_getput() 188 void *get = get32_labels[get_idx]; in snd_pcm_linear_getput() 316 linear->get_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params() 319 linear->get_idx = snd_pcm_linear_get_index(linear->sformat, SND_PCM_FORMAT_S32); in snd_pcm_linear_hw_params() 349 linear->get_idx, linear->put_idx); in snd_pcm_linear_write_areas() 374 linear->get_idx, linear->put_idx); in snd_pcm_linear_read_areas() 180 snd_pcm_linear_getput(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, unsigned int get_idx, unsigned int put_idx) snd_pcm_linear_getput() argument
|
H A D | pcm_rate_linear.c | 36 unsigned int get_idx; member 78 void *get = get16_labels[rate->get_idx]; in linear_expand() 200 void *get = get16_labels[rate->get_idx]; in linear_shrink() 333 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16); in linear_init()
|
H A D | pcm_plugin.h | 115 unsigned int get_idx, unsigned int put_idx);
|
H A D | pcm_route.c | 63 unsigned int get_idx; member 210 get = get32_labels[params->get_idx]; in snd_pcm_route_convert1_one_getput() 305 get32 = get32_labels[params->get_idx]; in snd_pcm_route_convert1_many() 575 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S32); in snd_pcm_route_hw_params()
|
Completed in 5 milliseconds