Home
last modified time | relevance | path

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

12

/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c120 pa_smoother_2 *smoother; member
122 pa_smoother *smoother; member
157 …*((int64_t*) data) = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), (uint64_t)u->offset + … in sink_process_msg()
161 r = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
204 pa_smoother_2_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
206 pa_smoother_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
215 pa_smoother_2_resume(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
217 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
241 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
243 pa_smoother_set_time_offset(u->smoother, pa_rtclock_now()); in thread_func()
[all …]
Dmodule-solaris.c119 pa_smoother_2 *smoother; member
121 pa_smoother *smoother; member
177 pa_smoother_2_put(u->smoother, pa_rtclock_now(), played_bytes); in get_playback_buffered_bytes()
179 …pa_smoother_put(u->smoother, pa_rtclock_now(), pa_bytes_to_usec(played_bytes, &u->sink->sample_spe… in get_playback_buffered_bytes()
430 pa_smoother_2_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
432 pa_smoother_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
446 pa_smoother_2_resume(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
448 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
679 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
681 pa_smoother_set_time_offset(u->smoother, pa_rtclock_now()); in thread_func()
[all …]
Dmodule-combine-sink.c179 pa_smoother_2 *smoother; member
181 pa_smoother *smoother; member
418 pa_smoother_2_put(u->thread_info.smoother, now, in process_render_null()
421 pa_smoother_put(u->thread_info.smoother, now, in process_render_null()
881 pa_smoother_2_resume(u->thread_info.smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
883 pa_smoother_2_pause(u->thread_info.smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
885 pa_smoother_resume(u->thread_info.smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
887 pa_smoother_pause(u->thread_info.smoother, pa_rtclock_now());
1039 …*delay = pa_smoother_2_get_delay(u->thread_info.smoother, pa_rtclock_now(), u->thread_info.counter… in sink_process_msg()
1044 y = pa_smoother_get(u->thread_info.smoother, x); in sink_process_msg()
[all …]
Dmodule-tunnel.c264 pa_smoother_2 *smoother; member
266 pa_smoother *smoother; member
505 pa_smoother_2_pause(u->smoother, x); in check_smoother_status()
507 pa_smoother_2_resume(u->smoother, x); in check_smoother_status()
509 pa_smoother_pause(u->smoother, x); in check_smoother_status()
511 pa_smoother_resume(u->smoother, x, true); in check_smoother_status()
603 *usec = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->counter); in sink_process_msg()
608 yr = pa_smoother_get(u->smoother, pa_rtclock_now()); in sink_process_msg()
652 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes); in sink_process_msg()
664 pa_smoother_put(u->smoother, u->snapshot_time, y); in sink_process_msg()
[all …]
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c105 pa_smoother_2 *smoother; member
107 pa_smoother *smoother; member
142 pa_assert(u->smoother); in sink_get_latency()
145 latency = pa_smoother_2_get_delay(u->smoother, pa_rtclock_now(), u->write_count); in sink_get_latency()
148 now = pa_smoother_get(u->smoother, now); in sink_get_latency()
201 pa_smoother_2_reset(u->smoother, now); in sink_process_msg()
203 pa_smoother_reset(u->smoother, now, false); in sink_process_msg()
335 pa_smoother_2_reset(u->smoother, now); in sink_set_state_in_io_thread_cb()
337 pa_smoother_reset(u->smoother, now, false); in sink_set_state_in_io_thread_cb()
436 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in thread_func()
[all …]
/third_party/ffmpeg/libavformat/
Dlibsrt.c89 char *smoother; member
140 …pe of Smoother used for the transmission for that socket", OFFSET(smoother), AV_OPT_…
360 …(s->smoother && libsrt_setsockopt(h, fd, SRTO_CONGESTION, "SRTO_CONGESTION", s->smoother, strlen(s… in libsrt_set_options_pre()
362 …(s->smoother && libsrt_setsockopt(h, fd, SRTO_SMOOTHER, "SRTO_SMOOTHER", s->smoother, strlen(s->sm… in libsrt_set_options_pre()
642 av_freep(&s->smoother); in libsrt_open()
643 s->smoother = av_strdup(buf); in libsrt_open()
644 if(!s->smoother) { in libsrt_open()
672 av_freep(&s->smoother); in libsrt_open()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c153 pa_smoother_2 *smoother; member
155 pa_smoother *smoother; member
472 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in reset_vars()
474 pa_smoother_reset(u->smoother, pa_rtclock_now(), true); in reset_vars()
487 pa_smoother_2_pause(u->smoother, pa_rtclock_now()); in close_pcm()
489 pa_smoother_pause(u->smoother, pa_rtclock_now()); in close_pcm()
934 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
943 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
963 delay = - pa_smoother_2_get_delay(u->smoother, now1, u->read_count); in source_get_latency()
965 now2 = pa_smoother_get(u->smoother, now1); in source_get_latency()
[all …]
Dalsa-sink.c169 pa_smoother_2 *smoother; member
171 pa_smoother *smoother; member
500 pa_smoother_2_reset(u->smoother, pa_rtclock_now()); in reset_vars()
502 pa_smoother_reset(u->smoother, pa_rtclock_now(), true); in reset_vars()
1007 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
1019 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
1038 delay = pa_smoother_2_get_delay(u->smoother, now1, u->write_count); in sink_get_latency()
1040 now2 = pa_smoother_get(u->smoother, now1); in sink_get_latency()
1074 pa_smoother_2_pause(u->smoother, pa_rtclock_now()); in suspend()
1076 pa_smoother_pause(u->smoother, pa_rtclock_now()); in suspend()
[all …]
/third_party/pulseaudio/src/pulse/
Dstream.c202 s->smoother = NULL; in pa_stream_new_with_proplist_internal()
309 if (s->smoother) in stream_free()
311 pa_smoother_2_free(s->smoother); in stream_free()
313 pa_smoother_free(s->smoother); in stream_free()
461 if (!s->smoother) in check_smoother_status()
475 pa_smoother_2_pause(s->smoother, x); in check_smoother_status()
477 pa_smoother_pause(s->smoother, x); in check_smoother_status()
498 pa_smoother_2_resume(s->smoother, x); in check_smoother_status()
500 pa_smoother_resume(s->smoother, x, true); in check_smoother_status()
1149 pa_smoother_2_set_sample_spec(s->smoother, pa_rtclock_now(), &s->sample_spec); in pa_create_stream_callback()
[all …]
Dinternal.h218 pa_smoother_2 *smoother; member
220 pa_smoother *smoother; member
/third_party/pulseaudio/src/
Dmeson.build64 'pulsecore/time-smoother.c',
144 'pulsecore/time-smoother.h',
D.gitignore79 smoother-test
/third_party/pulseaudio/
Dmeson_options.txt168 option('enable-smoother-2',
170 description : 'Use alternative time smoother implementation')
Dmeson.build674 if get_option('enable-smoother-2')
DNEWS42 * New time smoother implementation
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_EXT_texture_filter_anisotropic.txt72 strips will be smoother. It means that total sum of absolute
/third_party/pulseaudio/src/tests/
Dmeson.build97 [ 'smoother-test', 'smoother-test.c',
/third_party/openGLES/extensions/ATI/
DATI_pn_triangles.txt34 typically to produce geometry with a smoother silhouette and more organic
121 tessellate it into a more organic shape with a smoother silhouette.
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_pn_triangles.txt34 typically to produce geometry with a smoother silhouette and more organic
121 tessellate it into a more organic shape with a smoother silhouette.
/third_party/pulseaudio/ohosbuild/src/
DBUILD.gn108 "../../src/pulsecore/time-smoother.c",
/third_party/pulseaudio/po/
DPOTFILES.in172 src/pulsecore/time-smoother.c
/third_party/skia/third_party/externals/imgui/docs/
DEXAMPLES.md233 path and will feel smoother than the majority of contents rendered via regular graphics API (includ…
/third_party/openGLES/extensions/NV/
DNV_draw_texture.txt359 smoother panning of the drawn rectangles than one could get with the
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_draw_texture.txt359 smoother panning of the drawn rectangles than one could get with the
/third_party/skia/third_party/externals/libwebp/
DREADME321 in-loop processing. The higher the value, the smoother the

12