Home
last modified time | relevance | path

Searched refs:snd_pcm_uframes_t (Results 1 – 6 of 6) sorted by relevance

/external/qemu/android/config/
Dcheck-alsa.c27 …params_set_start_threshold,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)) \
38 …t,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
40 …d_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int…
41 …m_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int…
42 …arams_set_period_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir…
43 …nd_pcm_hw_params_get_buffer_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
44 …_hw_params_set_buffer_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val)) \
48 …N(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \
49 …DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size…
/external/kernel-headers/original/sound/
Dasound.h143 typedef unsigned long snd_pcm_uframes_t; typedef
362 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
376 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
377 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
378 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
379 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
380 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
381 snd_pcm_uframes_t silence_size; /* silence block size */
382 snd_pcm_uframes_t boundary; /* pointers wrap point */
397 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/external/qemu/audio/
Dalsaaudio.c58 …params_set_start_threshold,(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)) \
70 …t,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
72 …d_pcm_hw_params_get_period_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int…
73 …m_hw_params_get_period_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int…
74 …arams_set_period_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val, int dir…
75 …nd_pcm_hw_params_get_buffer_size_min,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
76 …_hw_params_set_buffer_size,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t val)) \
80 …C(snd_pcm_sframes_t,snd_pcm_writei,(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size)) \
81 …DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_readi,(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size…
86 …arams_set_buffer_size_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
DSDL_alsa_audio.c66 …_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
79 static snd_pcm_uframes_t (*SDL_NAME(snd_pcm_hw_params_set_period_size_near))(snd_pcm_t *pcm, snd_pc…
87 …w_params_set_start_threshold))(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
88 …_pcm_sw_params_set_avail_min))(snd_pcm_t *pcm, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val);
376 snd_pcm_uframes_t frames; in ALSA_OpenAudio()
/external/bluetooth/bluez/audio/
Dpcm_bluetooth.c847 snd_pcm_uframes_t offset, in bluetooth_hsp_read()
848 snd_pcm_uframes_t size) in bluetooth_hsp_read()
851 snd_pcm_uframes_t frames_to_write, ret; in bluetooth_hsp_read()
905 snd_pcm_uframes_t offset, in bluetooth_hsp_write()
906 snd_pcm_uframes_t size) in bluetooth_hsp_write()
910 snd_pcm_uframes_t frames_to_read; in bluetooth_hsp_write()
963 snd_pcm_uframes_t offset, snd_pcm_uframes_t size) in bluetooth_a2dp_read()
965 snd_pcm_uframes_t ret = 0; in bluetooth_a2dp_read()
1005 snd_pcm_uframes_t offset, snd_pcm_uframes_t size) in bluetooth_a2dp_write()
1038 snd_pcm_uframes_t threshold; in bluetooth_a2dp_write()
/external/tinyalsa/
Dpcm.c335 snd_pcm_uframes_t hw_ptr; in pcm_get_htimestamp()