Searched refs:start_threshold (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
H A Ddsm_feedback.c37 .start_threshold = 0,
H A Dhfp.c78 .start_threshold = 0,
H A Dspkr_protection.c119 .start_threshold = 0,
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp344 params->start_threshold = (pcm->flags & PCM_MONO) ? pcm->period_size*8 : pcm->period_size*4;
347 params->start_threshold = (pcm->flags & PCM_MONO) ? pcm->period_size/2 : pcm->period_size/4;
560 if ((bytes_written >= mproxyRecordingHandle->sw_p->start_threshold) && (!mproxyRecordingHandle->start)) {
1022 if ((bytes_written >= musbPlaybackHandle->sw_p->start_threshold) && (!musbPlaybackHandle->start)) {
H A Dalsa_default.cpp375 params->start_threshold = periodSize/2;
379 params->start_threshold = periodSize/(channels * 2);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c143 sparams->start_threshold = pcm->period_size/(channels * 2) ;
156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold);
H A Darec.c159 sparams->start_threshold = 1;
170 fprintf (stderr,"start_threshold (%lu)\n", sparams->start_threshold);
H A Dalsa_pcm.c551 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
/hardware/qcom/audio/hal/
H A Daudio_hw.c108 .start_threshold = DEEP_BUFFER_OUTPUT_PERIOD_SIZE / 4,
119 .start_threshold = LOW_LATENCY_OUTPUT_PERIOD_SIZE / 4,
131 .start_threshold = ULL_PERIOD_SIZE*8, //8ms
144 .start_threshold = 0,
155 .start_threshold = MMAP_PERIOD_SIZE*8,
176 .start_threshold = 0,
189 .start_threshold = 0,
208 .start_threshold = AFE_PROXY_PLAYBACK_PERIOD_SIZE,
222 .start_threshold = AFE_PROXY_RECORD_PERIOD_SIZE,
4280 pcm_config_low_latency.start_threshold
[all...]
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c70 .start_threshold = LOW_LATENCY_OUTPUT_PERIOD_SIZE / 4,
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h375 snd_pcm_uframes_t start_threshold; member in struct:snd_pcm_sw_params
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h388 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ member in struct:snd_pcm_sw_params
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h376 snd_pcm_uframes_t start_threshold; member in struct:snd_pcm_sw_params
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h394 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h376 snd_pcm_uframes_t start_threshold; member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dasound.h394 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h374 snd_pcm_uframes_t start_threshold; member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h374 snd_pcm_uframes_t start_threshold; member in struct:snd_pcm_sw_params
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ member in struct:snd_pcm_sw_params
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c245 out->pcm_config.start_threshold = 0;
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c196 .start_threshold = AUDIO_CAPTURE_PERIOD_SIZE / 4,

Completed in 512 milliseconds