Home
last modified time | relevance | path

Searched refs:is_playing (Results 51 – 75 of 732) sorted by relevance

12345678910>>...30

/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dvideo_player.cpp93 if (!playback.is_valid() || !playback->is_playing() || playback->is_paused()) { in _mix_audio()
159 if (stream.is_null() || paused || playback.is_null() || !playback->is_playing()) in _notification()
172 if (!playback->is_playing()) { in _notification()
290 bool VideoPlayer::is_playing() const { in is_playing() function in VideoPlayer
295 return playback->is_playing(); in is_playing()
438 ClassDB::bind_method(D_METHOD("is_playing"), &VideoPlayer::is_playing); in _bind_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dvideo_player.cpp93 if (!playback.is_valid() || !playback->is_playing() || playback->is_paused()) { in _mix_audio()
159 if (stream.is_null() || paused || playback.is_null() || !playback->is_playing()) in _notification()
172 if (!playback->is_playing()) { in _notification()
290 bool VideoPlayer::is_playing() const { in is_playing() function in VideoPlayer
295 return playback->is_playing(); in is_playing()
438 ClassDB::bind_method(D_METHOD("is_playing"), &VideoPlayer::is_playing); in _bind_methods()
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgsndall.h97 int is_playing();
119 int is_playing();
/dports/devel/godot2/godot-2.1.6-stable/scene/audio/
H A Dstream_player.cpp73 if (!playback->is_playing()) { in sp_update()
119 if (is_playing()) { in _notification()
187 bool StreamPlayer::is_playing() const { in is_playing() function in StreamPlayer
192 return playback->is_playing() || resampler.has_data(); in is_playing()
339 ObjectTypeDB::bind_method(_MD("is_playing"), &StreamPlayer::is_playing); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dvideo_player.cpp75 if (!playback->is_playing()) { in sp_update()
127 if (!playback->is_playing()) in _notification()
246 bool VideoPlayer::is_playing() const { in is_playing() function in VideoPlayer
251 return playback->is_playing(); in is_playing()
354 ObjectTypeDB::bind_method(_MD("is_playing"), &VideoPlayer::is_playing); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/audio/
H A Dstream_player.cpp73 if (!playback->is_playing()) { in sp_update()
119 if (is_playing()) { in _notification()
187 bool StreamPlayer::is_playing() const { in is_playing() function in StreamPlayer
192 return playback->is_playing() || resampler.has_data(); in is_playing()
339 ObjectTypeDB::bind_method(_MD("is_playing"), &StreamPlayer::is_playing); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dvideo_player.cpp75 if (!playback->is_playing()) { in sp_update()
127 if (!playback->is_playing()) in _notification()
246 bool VideoPlayer::is_playing() const { in is_playing() function in VideoPlayer
251 return playback->is_playing(); in is_playing()
354 ObjectTypeDB::bind_method(_MD("is_playing"), &VideoPlayer::is_playing); in _bind_methods()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dmediafilespreviewer.py93 self.is_playing = False
315 self.is_playing = True
323 self.is_playing = False
328 if self.is_playing:
351 if self.is_playing:
358 if self.is_playing:
380 if self.is_playing and not self.slider_being_used:
383 return self.is_playing
471 self.is_playing = False
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rspotify-0.8.0/src/spotify/model/
H A Dcontext.rs28 pub is_playing: bool, field
38 pub is_playing: bool, field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/
H A Dsystem_media_controls_notifier.cc79 bool is_playing = false; in MediaSessionInfoChanged() local
87 is_playing = true; in MediaSessionInfoChanged()
105 if (is_playing) in MediaSessionInfoChanged()
H A Dmedia_keys_listener_manager_impl.cc143 void MediaKeysListenerManagerImpl::SetIsMediaPlaying(bool is_playing) { in SetIsMediaPlaying() argument
144 if (is_media_playing_ == is_playing) in SetIsMediaPlaying()
147 is_media_playing_ = is_playing; in SetIsMediaPlaying()
/dports/devel/godot/godot-3.2.3-stable/servers/audio/
H A Daudio_stream.h46 virtual bool is_playing() const = 0;
139 virtual bool is_playing() const;
194 virtual bool is_playing() const;
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/
H A Daudio_stream.h46 virtual bool is_playing() const = 0;
139 virtual bool is_playing() const;
194 virtual bool is_playing() const;
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_player_amarok1.c151 gboolean is_playing = FALSE;; in ol_player_amarok1_get_activated() local
152 if (!ol_player_amarok1_get_boolean (IS_PLAYING_CMD, &is_playing) || in ol_player_amarok1_get_activated()
153 !is_playing) in ol_player_amarok1_get_activated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/
H A Dsystem_media_controls_notifier.cc79 bool is_playing = false; in MediaSessionInfoChanged() local
87 is_playing = true; in MediaSessionInfoChanged()
105 if (is_playing) in MediaSessionInfoChanged()
H A Dmedia_keys_listener_manager_impl.cc143 void MediaKeysListenerManagerImpl::SetIsMediaPlaying(bool is_playing) { in SetIsMediaPlaying() argument
144 if (is_media_playing_ == is_playing) in SetIsMediaPlaying()
147 is_media_playing_ = is_playing; in SetIsMediaPlaying()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dmixer.c93 int is_playing; member
592 channel->is_playing = 0; in mix_sample_8()
641 channel->is_playing = 0; in mix_sample_16()
768 if (channel->is_playing) in mixer_update_channel()
775 if (!channel->is_playing) in mixer_update_channel()
1184 channel->is_playing = 1; in mixer_play_sample()
1213 channel->is_playing = 1; in mixer_play_sample_16()
1231 if (channel->is_playing) { in mixer_stop_sample()
1232 channel->is_playing = 0; in mixer_stop_sample()
1246 return channel->is_playing; in mixer_is_sample_playing()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/
H A Dsound.c93 int is_playing; member
592 channel->is_playing = 0; in mix_sample_8()
641 channel->is_playing = 0; in mix_sample_16()
768 if (channel->is_playing) in mixer_update_channel()
775 if (!channel->is_playing) in mixer_update_channel()
1184 channel->is_playing = 1; in mixer_play_sample()
1213 channel->is_playing = 1; in mixer_play_sample_16()
1231 if (channel->is_playing) { in mixer_stop_sample()
1232 channel->is_playing = 0; in mixer_stop_sample()
1246 return channel->is_playing; in mixer_is_sample_playing()
[all …]
/dports/comms/gqrx/gqrx-2.15/src/qtgui/
H A Diq_tool.cpp46 is_playing = false; in CIqTool()
104 is_playing = checked; in on_playButton_clicked()
152 is_playing = false; in cancelPlayback()
285 if (is_playing) in timeoutFunction()
/dports/games/flightgear/flightgear-2020.3.11/src/Sound/
H A Dvoiceplayer.hxx138 virtual bool is_playing () = 0;
156 virtual bool is_playing ();
174 … virtual inline bool is_playing () { return globals->get_sim_time_sec() - start_time < _duration; } in is_playing() function in FGVoicePlayer::Voice::SilenceElement
231 bool is_playing() { return (voice!=NULL);} in is_playing() function in FGVoicePlayer
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymz770.h72 bool is_playing, last_block, is_paused; member
91 bool is_playing; member
99 bool is_playing; member
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymz770.h72 bool is_playing, last_block, is_paused; member
91 bool is_playing; member
99 bool is_playing; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframe_rawvid.c43 Bool file_loaded, is_playing, initial_play_done; member
134 if (!ctx->is_playing) { in rawvidreframe_process_event()
135 ctx->is_playing = GF_TRUE; in rawvidreframe_process_event()
162 ctx->is_playing = GF_FALSE; in rawvidreframe_process_event()
185 if (!ctx->is_playing && ctx->opid) return GF_OK; in rawvidreframe_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframe_rawvid.c43 Bool file_loaded, is_playing, initial_play_done; member
134 if (!ctx->is_playing) { in rawvidreframe_process_event()
135 ctx->is_playing = GF_TRUE; in rawvidreframe_process_event()
162 ctx->is_playing = GF_FALSE; in rawvidreframe_process_event()
185 if (!ctx->is_playing && ctx->opid) return GF_OK; in rawvidreframe_process()
/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dsample_group.cxx99 if ( !sample->is_playing() ) { in check_playing_sample()
127 if ( !sample->is_valid_source() && sample->is_playing() && !sample->test_out_of_range()) { in update()
251 bool SGSampleGroup::is_playing( const std::string& refname ) { in is_playing() function in SGSampleGroup
258 return ( sample->is_playing() ) ? true : false; in is_playing()

12345678910>>...30