Home
last modified time | relevance | path

Searched refs:is_playing (Results 101 – 125 of 732) sorted by relevance

12345678910>>...30

/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/plugin_winamp2/
H A Din_flac.c115 stream_data_.is_playing = false; in stop()
224 while (stream_data_.is_playing) in DecodeThread()
254 while (mod_.outMod->CanWrite()<bytes && stream_data_.is_playing && stream_data_.seek_to==-1) in DecodeThread()
256 if (stream_data_.is_playing && stream_data_.seek_to==-1) in DecodeThread()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-model-0.11.3/src/
H A Dcontext.rs34 pub is_playing: bool, field
51 pub is_playing: bool, field
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dials/
H A Dframedial.cpp96 FrameDial::toggle_play_pause_button(bool is_playing) in toggle_play_pause_button() argument
98 if(is_playing) in toggle_play_pause_button()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/dials/
H A Dframedial.cpp96 FrameDial::toggle_play_pause_button(bool is_playing) in toggle_play_pause_button() argument
98 if(is_playing) in toggle_play_pause_button()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/dials/
H A Dframedial.cpp96 FrameDial::toggle_play_pause_button(bool is_playing) in toggle_play_pause_button() argument
98 if(is_playing) in toggle_play_pause_button()
/dports/x11/polybar/polybar-3.5.7/src/modules/
H A Dmpd.cpp312 bool is_playing = m_status && m_status->match_state(mpdstate::PLAYING); in build() local
334 } else if ((tag == TAG_ICON_STOP || tag == TAG_TOGGLE_STOP) && (is_playing || is_paused)) { in build()
336 } else if ((tag == TAG_ICON_PAUSE || tag == TAG_TOGGLE) && is_playing) { in build()
338 … } else if ((tag == TAG_ICON_PLAY || tag == TAG_TOGGLE || tag == TAG_TOGGLE_STOP) && !is_playing) { in build()
362 bool is_playing = status->match_state(mpdstate::PLAYING); in input() local
366 if (action == EVENT_PLAY && !is_playing) { in input()
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-media.c358 gboolean is_playing = FALSE; in clutter_media_get_playing() local
362 g_object_get (G_OBJECT (media), "playing", &is_playing, NULL); in clutter_media_get_playing()
364 return is_playing; in clutter_media_get_playing()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-media.c358 gboolean is_playing = FALSE; in clutter_media_get_playing() local
362 g_object_get (G_OBJECT (media), "playing", &is_playing, NULL); in clutter_media_get_playing()
364 return is_playing; in clutter_media_get_playing()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Dmarker_beacon.cxx286 if ( !_sgr->is_playing(current_sound_name) ) { in search()
305 if ( !_sgr->is_playing(current_sound_name) ) { in search()
324 if ( !_sgr->is_playing(current_sound_name) ) { in search()
/dports/games/flightgear/flightgear-2020.3.11/src/Sound/
H A Dvoiceplayer.cxx84 bool FGVoicePlayer::Voice::SampleElement::is_playing () in is_playing() function in FGVoicePlayer::Voice::SampleElement
86 return _sample ? _sample->is_playing() : false; in is_playing()
171 if (! element->is_playing()) in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/
H A Dmedia_web_contents_observer.cc85 bool is_playing() const { return is_playing_; } in is_playing() function in content::MediaWebContentsObserver::PlayerInfo
204 return player_info->is_playing() && player_info->has_video(); in HasActiveEffectivelyFullscreenVideo()
284 return player_info->is_playing(); in IsPlayerActive()
309 if (!player_info || !player_info->is_playing()) in OnMediaPaused()
356 if (!player_info->is_playing()) in OnMediaPlaying()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dkcm_instance.c354 return spl->is_playing; in al_get_sample_instance_playing()
397 if (spl->is_playing) { in al_set_sample_instance_length()
552 spl->is_playing = val; in al_set_sample_instance_playing()
565 spl->is_playing = val; in al_set_sample_instance_playing()
595 if (spl->is_playing) { in al_set_sample()
/dports/games/gnome-robots/gnome-robots-40.0/src/
H A Dwindow.vala143 var is_playing = game.state != Game.State.COMPLETE && game.state != Game.State.DEAD;
146 action1.set_enabled (is_playing);
149 action2.set_enabled (is_playing && game.status.safe_teleports > 0);
152 action3.set_enabled (is_playing);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/audio/
H A Daudio_stream_player.cpp124 if (stream_playback->is_playing()) { in _mix_audio()
152 if (!active || (setseek < 0 && !stream_playback->is_playing())) { in _notification()
272 bool AudioStreamPlayer::is_playing() const { in is_playing() function in AudioStreamPlayer
391 ClassDB::bind_method(D_METHOD("is_playing"), &AudioStreamPlayer::is_playing); in _bind_methods()
/dports/x11/waybar/Waybar-0.9.12/src/modules/mpd/
H A Dstate.cpp140 if (!ctx_->is_playing()) { in on_timer()
215 } else if (ctx_->is_playing()) { in on_timer()
286 } else if (ctx_->is_playing()) { in on_timer()
362 if (ctx_->is_playing()) { in on_timer()
/dports/devel/godot/godot-3.2.3-stable/scene/audio/
H A Daudio_stream_player.cpp124 if (stream_playback->is_playing()) { in _mix_audio()
152 if (!active || (setseek < 0 && !stream_playback->is_playing())) { in _notification()
272 bool AudioStreamPlayer::is_playing() const { in is_playing() function in AudioStreamPlayer
391 ClassDB::bind_method(D_METHOD("is_playing"), &AudioStreamPlayer::is_playing); in _bind_methods()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/media/audio/
H A Dsound_clip.cpp56 bool playing = is_playing(); in poll()
104 bool SoundClipWaveBase::is_playing() const { in is_playing() function in AGS3::SoundClipWaveBase
H A Dsound_clip.h82 …virtual bool is_playing() const = 0; // true if playing or paused. false if never played or stoppe…
188 bool is_playing() const override;
/dports/audio/spotify-qt/spotify-qt-3.7/src/view/
H A Dtrayicon.cpp29 if (playback().is_playing) in TrayIcon()
70 auto isPlaying = current.is_playing; in TrayIcon()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframe_amr.c57 Bool is_playing; member
263 if (!ctx->is_playing) { in amrdmx_process_event()
264 ctx->is_playing = GF_TRUE; in amrdmx_process_event()
304 ctx->is_playing = GF_FALSE; in amrdmx_process_event()
342 if (ctx->opid && !ctx->is_playing) in amrdmx_process()
477 if (!ctx->is_playing) return GF_OK; in amrdmx_process()
H A Ddec_webvtt.c59 Bool is_playing; member
212 if (ctx->is_playing) { in vttd_toggle_display()
236 ctx->is_playing = GF_FALSE; in vttd_process_event()
244 ctx->is_playing = GF_TRUE; in vttd_process_event()
248 ctx->is_playing = GF_FALSE; in vttd_process_event()
374 if (ctx->is_playing) { in vttd_process()
H A Dreframe_prores.c60 Bool is_playing; member
185 if (!ctx->is_playing) { in proresdmx_process_event()
186 ctx->is_playing = GF_TRUE; in proresdmx_process_event()
244 ctx->is_playing = GF_FALSE; in proresdmx_process_event()
421 if (!ctx->is_playing && ctx->opid) in proresdmx_process_buffer()
482 if (!ctx->is_playing && ctx->opid) in proresdmx_process()
514 if (!ctx->is_playing || gf_filter_pid_would_block(ctx->opid)) in proresdmx_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddec_webvtt.c59 Bool is_playing; member
212 if (ctx->is_playing) { in vttd_toggle_display()
236 ctx->is_playing = GF_FALSE; in vttd_process_event()
244 ctx->is_playing = GF_TRUE; in vttd_process_event()
248 ctx->is_playing = GF_FALSE; in vttd_process_event()
374 if (ctx->is_playing) { in vttd_process()
H A Dreframe_amr.c57 Bool is_playing; member
263 if (!ctx->is_playing) { in amrdmx_process_event()
264 ctx->is_playing = GF_TRUE; in amrdmx_process_event()
304 ctx->is_playing = GF_FALSE; in amrdmx_process_event()
342 if (ctx->opid && !ctx->is_playing) in amrdmx_process()
477 if (!ctx->is_playing) return GF_OK; in amrdmx_process()
H A Dreframe_prores.c60 Bool is_playing; member
185 if (!ctx->is_playing) { in proresdmx_process_event()
186 ctx->is_playing = GF_TRUE; in proresdmx_process_event()
244 ctx->is_playing = GF_FALSE; in proresdmx_process_event()
421 if (!ctx->is_playing && ctx->opid) in proresdmx_process_buffer()
482 if (!ctx->is_playing && ctx->opid) in proresdmx_process()
514 if (!ctx->is_playing || gf_filter_pid_would_block(ctx->opid)) in proresdmx_process()

12345678910>>...30