Home
last modified time | relevance | path

Searched refs:force_refresh (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsource.h192 * pa_source_get_mute() with force_refresh=true. If the implementation
197 * force_refresh=true. This is called from the IO thread if the
413 const pa_cvolume *pa_source_get_volume(pa_source *source, bool force_refresh);
416 bool pa_source_get_mute(pa_source *source, bool force_refresh);
H A Dsink.h224 * force_refresh=true. If the implementation chooses the latter approach,
229 * force_refresh=true. This is called from the IO thread if the
490 const pa_cvolume *pa_sink_get_volume(pa_sink *sink, bool force_refresh);
493 bool pa_sink_get_mute(pa_sink *sink, bool force_refresh);
H A Dsource.c1842 const pa_cvolume *pa_source_get_volume(pa_source *s, bool force_refresh) { in pa_source_get_volume() argument
1847 if (s->refresh_volume || force_refresh) { in pa_source_get_volume()
1916 bool pa_source_get_mute(pa_source *s, bool force_refresh) { in pa_source_get_mute() argument
1922 if ((s->refresh_muted || force_refresh) && s->get_mute) { in pa_source_get_mute()
H A Dsink.c2323 const pa_cvolume *pa_sink_get_volume(pa_sink *s, bool force_refresh) { in pa_sink_get_volume() argument
2328 if (s->refresh_volume || force_refresh) { in pa_sink_get_volume()
2397 bool pa_sink_get_mute(pa_sink *s, bool force_refresh) { in pa_sink_get_mute() argument
2403 if ((s->refresh_muted || force_refresh) && s->get_mute) { in pa_sink_get_mute()
/third_party/ffmpeg/fftools/
H A Dffplay.c207 int force_refresh; member
1575 if (is->force_refresh || is->last_vis_time + rdftspeed < time) { in video_refresh()
1669 is->force_refresh = 1; in video_refresh()
1676 if (!display_disable && is->force_refresh && is->show_mode == SHOW_MODE_VIDEO && is->pictq.rindex_shown) in video_refresh()
1679 is->force_refresh = 0; in video_refresh()
3218 is->force_refresh = 1; in toggle_audio_display()
3234 if (is->show_mode != SHOW_MODE_NONE && (!is->paused || is->force_refresh)) in refresh_loop_wait_event()
3288 cur_stream->force_refresh = 1; in event_loop()
3398 cur_stream->force_refresh = 1; in event_loop()
3454 cur_stream->force_refresh in event_loop()
[all...]

Completed in 17 milliseconds