Searched refs:input_frames (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/ |
| A D | rate_speexrate.c | 48 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames) in input_frames() function 168 .input_frames = input_frames,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_rate.c | 679 snd_pcm_uframes_t *input_frames, in snd_pcm_rate_write_areas1_fix() argument 687 if (input_frames != NULL) in snd_pcm_rate_write_areas1_fix() 688 src_frames = *input_frames; in snd_pcm_rate_write_areas1_fix() 702 if (input_frames != NULL) in snd_pcm_rate_write_areas1_fix() 703 *input_frames = src_frames; in snd_pcm_rate_write_areas1_fix() 861 *delayp = rate->ops.input_frames(rate->obj, slave_delay) in snd_pcm_rate_delay() 933 snd_pcm_uframes_t *input_frames, in snd_pcm_rate_commit_area() argument 1002 if (input_frames != NULL) in snd_pcm_rate_commit_area() 1003 *input_frames = size; in snd_pcm_rate_commit_area() 1343 snd_pcm_uframes_t input_frames, output_frames; in snd_pcm_rate_drain() local [all …]
|
| A D | pcm_rate_linear.c | 65 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames) in input_frames() function 390 cframes = input_frames(rate, info->out.period_size); in linear_adjust_pitch() 398 cframes_new = input_frames(rate, info->out.period_size); in linear_adjust_pitch() 446 .input_frames = input_frames,
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/plugin/ |
| A D | pcm_rate.h | 104 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); member
|
Completed in 12 milliseconds