Home
last modified time | relevance | path

Searched refs:start_threshold (Results 1 – 25 of 25) sorted by relevance

/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Ddsm_feedback.c37 .start_threshold = 0,
H A Dcirrus_playback.c140 .start_threshold = 0,
151 .start_threshold = 0,
H A Dhfp.c79 .start_threshold = 0,
H A Dspkr_protection.c119 .start_threshold = 0,
H A Da2dp.c177 .start_threshold = 0,
/aosp12/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; in setSoftwareParams()
347 params->start_threshold = (pcm->flags & PCM_MONO) ? pcm->period_size/2 : pcm->period_size/4; in setSoftwareParams()
560 …if ((bytes_written >= mproxyRecordingHandle->sw_p->start_threshold) && (!mproxyRecordingHandle->st… in RecordingThreadEntry()
1022 …if ((bytes_written >= musbPlaybackHandle->sw_p->start_threshold) && (!musbPlaybackHandle->start)) { in PlaybackThreadEntry()
H A Dalsa_default.cpp375 params->start_threshold = periodSize/2; in setSoftwareParams()
379 params->start_threshold = periodSize/(channels * 2); in setSoftwareParams()
/aosp12/system/media/alsa_utils/
H A Dalsa_logging.c119 unsigned int start_threshold; in log_pcm_config()
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c143 sparams->start_threshold = pcm->period_size/(channels * 2) ; in set_params()
156 fprintf (stderr," sparams->start_threshold= %lu\n", sparams->start_threshold); in set_params()
H A Darec.c159 sparams->start_threshold = 1; in set_params()
170 fprintf (stderr,"start_threshold (%lu)\n", sparams->start_threshold); in set_params()
H A Dalsa_pcm.c551 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) { in pcm_write_mmap()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c123 .start_threshold = DEEP_BUFFER_OUTPUT_PERIOD_SIZE / 4,
134 .start_threshold = LOW_LATENCY_OUTPUT_PERIOD_SIZE / 4,
145 .start_threshold = LOW_LATENCY_OUTPUT_PERIOD_SIZE / 4,
166 .start_threshold = ULL_PERIOD_SIZE*8, //8ms
179 .start_threshold = 0,
190 .start_threshold = MMAP_PERIOD_SIZE*8,
203 .start_threshold = 0,
222 .start_threshold = 0,
235 .start_threshold = 0,
262 .start_threshold = AFE_PROXY_PLAYBACK_PERIOD_SIZE,
[all …]
/aosp12/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c70 .start_threshold = LOW_LATENCY_OUTPUT_PERIOD_SIZE / 4,
/aosp12/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h375 snd_pcm_uframes_t start_threshold; member
/aosp12/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
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h378 snd_pcm_uframes_t start_threshold; member
/aosp12/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
/aosp12/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dasound.h376 snd_pcm_uframes_t start_threshold; member
/aosp12/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
/aosp12/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h374 snd_pcm_uframes_t start_threshold; member
/aosp12/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
/aosp12/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h374 snd_pcm_uframes_t start_threshold; member
/aosp12/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
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dasound.h344 snd_pcm_uframes_t start_threshold; member
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c199 .start_threshold = AUDIO_CAPTURE_PERIOD_SIZE / 4,