/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapisrc.c | 502 UINT32 buffer_frames; in gst_wasapi_src_loopback_silence_feeding_thread() local 519 hr = IAudioClient_GetBufferSize (self->loopback_client, &buffer_frames); in gst_wasapi_src_loopback_silence_feeding_thread() 530 buffer_frames, &data); in gst_wasapi_src_loopback_silence_feeding_thread() 534 buffer_frames, AUDCLNT_BUFFERFLAGS_SILENT); in gst_wasapi_src_loopback_silence_feeding_thread() 568 if (buffer_frames < padding) { in gst_wasapi_src_loopback_silence_feeding_thread() 571 padding, buffer_frames); in gst_wasapi_src_loopback_silence_feeding_thread() 574 n_frames = buffer_frames - padding; in gst_wasapi_src_loopback_silence_feeding_thread() 604 guint bpf, rate, devicep_frames, buffer_frames; in gst_wasapi_src_prepare() local 623 hr = IAudioClient_GetBufferSize (self->client, &buffer_frames); in gst_wasapi_src_prepare() 627 "frames, bpf is %i bytes, rate is %i Hz", buffer_frames, in gst_wasapi_src_prepare() [all …]
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1038 snd_pcm_uframes_t period_frames, buffer_frames; in unsuspend() local 1077 buffer_frames = u->hwbuf_size / u->frame_size; in unsuspend() 1081 …if ((err = pa_alsa_set_hw_params(u->pcm_handle, &ss, &period_frames, &buffer_frames, tsched_frames… in unsuspend() 1098 u->hwbuf_size = (size_t)(buffer_frames * u->frame_size); in unsuspend() 1103 buffer_frames * u->frame_size != u->hwbuf_size) { in unsuspend() 1106 … (unsigned long) buffer_frames * u->frame_size, (unsigned long) period_frames * u->frame_size); in unsuspend() 1960 snd_pcm_uframes_t period_frames, buffer_frames, tsched_frames; in pa_alsa_source_new() local 2029 buffer_frames = buffer_size/frame_size; in pa_alsa_source_new() 2137 &period_frames, &buffer_frames, tsched_frames, in pa_alsa_source_new() 2151 &period_frames, &buffer_frames, tsched_frames, in pa_alsa_source_new() [all …]
|
D | alsa-sink.c | 1157 snd_pcm_uframes_t period_frames, buffer_frames; in unsuspend() local 1205 buffer_frames = u->hwbuf_size / u->frame_size; in unsuspend() 1209 …if ((err = pa_alsa_set_hw_params(u->pcm_handle, &ss, &period_frames, &buffer_frames, tsched_frames… in unsuspend() 1226 u->hwbuf_size = (size_t)(buffer_frames * u->frame_size); in unsuspend() 1231 buffer_frames * u->frame_size != u->hwbuf_size) { in unsuspend() 1234 … (unsigned long) buffer_frames * u->frame_size, (unsigned long) period_frames * u->frame_size); in unsuspend() 2254 snd_pcm_uframes_t period_frames, buffer_frames, tsched_frames; in pa_alsa_sink_new() local 2324 buffer_frames = buffer_size/frame_size; in pa_alsa_sink_new() 2440 &period_frames, &buffer_frames, tsched_frames, in pa_alsa_sink_new() 2454 &period_frames, &buffer_frames, tsched_frames, in pa_alsa_sink_new() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 185 this->buffer_frames = g_value_get_int (value); in gst_sf_sink_set_property() 213 g_value_set_int (value, this->buffer_frames); in gst_sf_sink_get_property() 407 this->buffer_frames * this->bytes_per_frame, &buf); in gst_sf_sink_loop()
|
D | gstsfsink.h | 62 gint buffer_frames; member
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 119 static snd_pcm_uframes_t buffer_frames = 0; variable 699 buffer_frames = parse_long(optarg, &err); in main() 1384 if (buffer_time == 0 && buffer_frames == 0) { in set_params() 1395 period_frames = buffer_frames / 4; in set_params() 1409 &buffer_frames); in set_params() 1502 buffer_frames = buffer_size; /* for position test */ in set_params() 1963 outofrange = (test_coef * (snd_pcm_sframes_t)buffer_frames) / 2; in do_test_position() 1969 minavail = mindelay = buffer_frames * 16; in do_test_position() 1972 ++counter, (long)avail, (long)delay, (long)buffer_frames); in do_test_position() 1978 minavail = mindelay = buffer_frames * 16; in do_test_position() [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 7317 float, "any" caps -> buffer_frames=[0,MAX].
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 9488 float, "any" caps -> buffer_frames=[0,MAX].
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 146267 it instead of buffer_frames. 146273 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 228305 it instead of buffer_frames. 228311 * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
|