HomeSort by relevance Sort by last modified time
    Searched full:snd_pcm_sframes_t (Results 1 - 22 of 22) sorted by null

  /external/qemu/android/config/
check-alsa.c 46 DYN_FUNCTION(snd_pcm_sframes_t,snd_pcm_avail_update,(snd_pcm_t *pcm)) \
48 DYN_FUNCTION(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)) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 53 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
119 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
122 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
pcm.h 621 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
631 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
658 snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_ptr;
671 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr;
677 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime)
682 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime)
915 snd_pcm_sframes_t snd_pcm_lib_write(struct snd_pcm_substream *substream,
918 snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream,
    [all...]
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
389 snd_pcm_sframes_t delay; /* current delay in frames */
427 snd_pcm_sframes_t result;
433 snd_pcm_sframes_t result;
447 SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 292 typedef long snd_pcm_sframes_t; typedef
428 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
430 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm);
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
    [all...]
pcm_ioplug.h 131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
190 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
pcm_extplug.h 128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
pcm_old.h 109 snd_pcm_sframes_t snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, int *dir);
168 snd_pcm_sframes_t snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 292 typedef long snd_pcm_sframes_t; typedef
428 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
430 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm);
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
    [all...]
pcm_ioplug.h 131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
190 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
pcm_extplug.h 128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
pcm_old.h 109 snd_pcm_sframes_t snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, int *dir);
168 snd_pcm_sframes_t snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 292 typedef long snd_pcm_sframes_t; typedef
428 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
430 snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm);
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
433 snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
434 snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size);
435 snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
436 snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size);
    [all...]
pcm_ioplug.h 131 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io);
135 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io,
190 int (*delay)(snd_pcm_ioplug_t *io, snd_pcm_sframes_t *delayp);
pcm_extplug.h 128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
pcm_old.h 109 snd_pcm_sframes_t snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, int *dir);
168 snd_pcm_sframes_t snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params);
  /external/qemu/audio/
alsaaudio.c 78 DYNLINK_FUNC(snd_pcm_sframes_t,snd_pcm_avail_update,(snd_pcm_t *pcm)) \
80 DYNLINK_FUNC(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)) \
760 static snd_pcm_sframes_t alsa_get_avail (snd_pcm_t *handle)
762 snd_pcm_sframes_t avail;
792 snd_pcm_sframes_t written;
849 snd_pcm_sframes_t avail;
1062 snd_pcm_sframes_t avail;
1117 snd_pcm_sframes_t nread;
    [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 132 volatile snd_pcm_sframes_t hw_ptr;
288 static snd_pcm_sframes_t bluetooth_pointer(snd_pcm_ioplug_t *io)
845 static snd_pcm_sframes_t bluetooth_hsp_read(snd_pcm_ioplug_t *io,
903 static snd_pcm_sframes_t bluetooth_hsp_write(snd_pcm_ioplug_t *io,
909 snd_pcm_sframes_t ret = 0;
961 static snd_pcm_sframes_t bluetooth_a2dp_read(snd_pcm_ioplug_t *io,
1003 static snd_pcm_sframes_t bluetooth_a2dp_write(snd_pcm_ioplug_t *io,
1009 snd_pcm_sframes_t ret = 0;
1145 snd_pcm_sframes_t *delayp)
    [all...]
  /external/kernel-headers/original/sound/
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
399 snd_pcm_sframes_t delay; /* current delay in frames */
437 snd_pcm_sframes_t result;
443 snd_pcm_sframes_t result;
463 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 66 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
80 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_hw_params_get_period_size))(const snd_pcm_hw_params_t *params);
483 { snd_pcm_sframes_t bufsize; int fragments;
  /bionic/libc/kernel/common/sound/
asound.h 100 typedef signed long snd_pcm_sframes_t; typedef
375 snd_pcm_sframes_t delay;
416 snd_pcm_sframes_t result;
422 snd_pcm_sframes_t result;
445 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
    [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a 835 u ? ? ? H O w???????????ivLY/<?????????dqGT*7 ????????|?_lBO%2?????????c??z??75????Wp????????????!%!%decralsa_dynlink_snd_pcm_hw_params_get_buffer_sizepsizeSND_PCM_FORMAT_S18_3BEandroid_verbose_shortbufnamesnd_pcm_uframes_tSND_PCM_FORMAT_S32_IO_lock_tconfperiod_size_outSND_PCM_FORMAT_FLOAT64can_be_defaultlibraryVERBOSE_hw_control_IO_buf_endconvldebug__FUNCTION__SND_PCM_FORMAT_S24_3BEalsa_audio_driverrposAUD_FMT_U32VERBOSE_audioinsize_in_usec_inSND_PCM_FORMAT_U24_3BEalsa_audio_fini_IO_write_endunsigned intAUD_OPT_BOOLsw_in_listheadtotal_samples_capturedcapture_callbackratioSWVoiceIn_flagsSND_PCM_ACCESS_MMAP_NONINTERLEAVEDentriesSND_PCM_FORMAT_S20_3LEalsa_readSND_PCM_FORMAT_U32_BESND_PCM_STATE_PREPAREDaudfmt_ehandlepsw_head_markersSND_PCM_FORMAT_U20_3LESND_PCM_STATE_RUNNINGAUD_FMT_S16alsa_get_availSND_PCM_FORMAT_U8nominal_volumeSND_PCM_FORMAT_S32_LESND_PCM_FORMAT_S16_LErun_outrun_inAUD_FMT_S8AUD_FMT_U8SND_PCM_FORMAT_U24_BEaud_to_alsafmtobtfmtvalpactiveleft_till_end_samplesnchannelspcm_opsVERBOSE_socketSND_PCM_FORMAT_U20_3BEbuffer_sizeVERBOSE_proxySND_PCM_FORMAT_FLOAT64_LESND_PCM_FORMAT_IEC958_SUBFRAMEaudio_option_IO_read_endconv_bufopaqueVERBOSE_gps_dynlink_snd_pcm_hw_params_set_format_dynlink_snd_pcm_sw_params_set_start_thresholdstdoutSND_PCM_STREAM_CAPTURE_dynlink_snd_pcm_prepareadvanceshiftSND_PCM_FORMAT_S18_3LESND_PCM_FORMAT_LASTSND_PCM_FORMAT_S32_BE_dynlink_snd_pcm_state__gnuc_va_listendiannessalsa_recover_dynlink_snd_pcm_hw_params_set_buffer_time_nearresultcapture_dynlink_snd_pcm_hw_params_currentlong long unsigned intts_helpersnd_pcm_stream_tAUD_FMT_S32_IO_read_basealsa_ctl_inrateVERBOSE_console_IO_backup_baseSND_PCM_FORMAT_MU_LAW/opt/digit/repo/gingerbread/external/qemu/audio/alsaaudio.c_offsetSND_PCM_ACCESS_MMAP_INTERLEAVEDalsa_params_reqpending_disableSND_PCM_ACCESS_MMAP_COMPLEXalsa_voice_ctlalsa_writealsa_init_inaudio_callback_snd_pcm_stream_fileno__pad1_dynlink_snd_pcm_writeioverriddenp__pad5SND_PCM_FORMAT_U32_LESND_PCM_ACCESS_LASTSND_PCM_FORMAT_U16_LESND_PCM_STATE_SUSPENDEDbufssize_tsignVERBOSE_radioVERBOSE_qemudSND_PCM_STATE_DRAININGpcm_bufQEMUSoundCard_snd_pcm_format_dynlink_snd_pcm_openAUD_OPT_STRVERBOSE_keysalsa_options_IO_save_endalsa_init_out_nextaudsettingssw_cap_listheadle_prevdologVERBOSE_avd_configlivefreqaudio_capture_ops_snd_pcm_sw_params_dynlink_snd_pcm_hw_params_set_period_time_nearfiniincrSND_PCM_FORMAT_FLOAT_BE_dynlink_snd_strerrorcharpcm_nameSND_PCM_FORMAT_IEC958_SUBFRAME_LE_mode_dynlink_snd_pcm_hw_params_set_buffer_size/opt/digit/repo/gingerbread/external/qemucb_headalsa_fini_inFail_IO_markermix_bufSND_PCM_STATE_DISCONNECTED_IO_read_ptrexitmax_voices_inSWVoiceCapSND_PCM_FORMAT_S20_3BEVERBOSE_nand_limitssize_in_usec_outsnd_pcm_sframes_tVERBOSE_surface_dynlink_snd_pcm_hw_params_get_formatuint8_tvoice_size_inVERBOSE_memcheck_dynl (…)
    [all...]

Completed in 554 milliseconds