Searched refs:stop_threshold (Results 1 - 17 of 17) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c100 u32 stop_threshold; member in struct:snd_pcm_sw_params32
134 get_user(params.stop_threshold, &src->stop_threshold) ||
H A Dpcm.c428 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold);
H A Dpcm_native.c443 runtime->stop_threshold = runtime->buffer_size;
551 runtime->stop_threshold = params->stop_threshold;
H A Dpcm_lib.c287 if (avail >= runtime->stop_threshold) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/
H A Dpcm_compat.c100 u32 stop_threshold; member in struct:snd_pcm_sw_params32
134 get_user(params.stop_threshold, &src->stop_threshold) ||
H A Dpcm.c428 snd_iprintf(buffer, "stop_threshold: %lu\n", runtime->stop_threshold);
H A Dpcm_native.c443 runtime->stop_threshold = runtime->buffer_size;
551 runtime->stop_threshold = params->stop_threshold;
H A Dpcm_lib.c287 if (avail >= runtime->stop_threshold) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dpcm.h304 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_runtime
665 * Checks whether any data exists on the playback buffer. If stop_threshold
674 if (runtime->stop_threshold >= runtime->boundary)
H A Dasound.h383 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dpcm.h304 snd_pcm_uframes_t stop_threshold; member in struct:snd_pcm_runtime
665 * Checks whether any data exists on the playback buffer. If stop_threshold
674 if (runtime->stop_threshold >= runtime->boundary)
H A Dasound.h383 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sound/
H A Dasound.h367 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sound/
H A Dasound.h367 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sound/
H A Dasound.h367 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member in struct:snd_pcm_sw_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c985 sw_params->stop_threshold = runtime->boundary;
987 sw_params->stop_threshold = runtime->buffer_size;
2802 runtime->stop_threshold = runtime->boundary;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c985 sw_params->stop_threshold = runtime->boundary;
987 sw_params->stop_threshold = runtime->buffer_size;
2802 runtime->stop_threshold = runtime->boundary;

Completed in 218 milliseconds