Home
last modified time | relevance | path

Searched refs:is_playing (Results 76 – 100 of 732) sorted by relevance

12345678910>>...30

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dmixer.c56 UINT8 is_playing; member
160 if (channel->is_playing) in mixer_update_channel()
694 channel->is_playing = 1; in mixer_play_sample()
727 channel->is_playing = 1; in mixer_play_sample_16()
742 channel->is_playing = 0; in mixer_stop_sample()
755 return channel->is_playing; in mixer_is_sample_playing()
873 channel->is_playing = 0; in mix_sample_8()
974 channel->is_playing = 0; in mix_sample_16()
1067 channel->is_playing = 0; in mix_sample_16()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframe_img.c81 Bool is_playing; member
111 ctx->is_playing = GF_TRUE; in img_configure_pid()
122 if (ctx->is_playing) { in img_process_event()
126 ctx->is_playing = GF_TRUE; in img_process_event()
137 ctx->is_playing = GF_FALSE; in img_process_event()
164 ctx->is_playing = GF_FALSE; in img_process()
H A Ddec_ttml.c52 Bool is_playing; member
180 if (ctx->is_playing) { in ttmldec_toggle_display()
204 ctx->is_playing = GF_FALSE; in ttmldec_process_event()
212 ctx->is_playing = GF_TRUE; in ttmldec_process_event()
216 ctx->is_playing = GF_FALSE; in ttmldec_process_event()
281 if (ctx->is_playing) { in ttmldec_process()
471 ctx->is_playing = GF_FALSE; in ttmldec_finalize()
H A Dreframe_rawpcm.c40 Bool file_loaded, is_playing, initial_play_done; member
129 if (!ctx->is_playing) { in pcmreframe_process_event()
130 ctx->is_playing = GF_TRUE; in pcmreframe_process_event()
172 ctx->is_playing = GF_FALSE; in pcmreframe_process_event()
210 if (!ctx->is_playing && ctx->opid) return GF_OK; in pcmreframe_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframe_img.c81 Bool is_playing; member
111 ctx->is_playing = GF_TRUE; in img_configure_pid()
122 if (ctx->is_playing) { in img_process_event()
126 ctx->is_playing = GF_TRUE; in img_process_event()
137 ctx->is_playing = GF_FALSE; in img_process_event()
164 ctx->is_playing = GF_FALSE; in img_process()
H A Ddec_ttml.c52 Bool is_playing; member
180 if (ctx->is_playing) { in ttmldec_toggle_display()
204 ctx->is_playing = GF_FALSE; in ttmldec_process_event()
212 ctx->is_playing = GF_TRUE; in ttmldec_process_event()
216 ctx->is_playing = GF_FALSE; in ttmldec_process_event()
281 if (ctx->is_playing) { in ttmldec_process()
471 ctx->is_playing = GF_FALSE; in ttmldec_finalize()
H A Dreframe_rawpcm.c40 Bool file_loaded, is_playing, initial_play_done; member
129 if (!ctx->is_playing) { in pcmreframe_process_event()
130 ctx->is_playing = GF_TRUE; in pcmreframe_process_event()
172 ctx->is_playing = GF_FALSE; in pcmreframe_process_event()
210 if (!ctx->is_playing && ctx->opid) return GF_OK; in pcmreframe_process()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/media/audio/
H A Dclip_my_midi.cpp43 bool playing = is_playing(); in poll()
98 bool MYMIDI::is_playing() const { in is_playing() function in AGS3::MYMIDI
/dports/audio/spotify-qt/spotify-qt-3.7/lib/src/spotify/
H A Dplayback.cpp12 j.at("is_playing").get_to(p.is_playing); in from_json()
30 {"is_playing", p.is_playing}, in to_json()
/dports/devel/godot2/godot-2.1.6-stable/scene/audio/
H A Devent_player.cpp79 if (playback->is_playing()) { in play()
102 bool EventPlayer::is_playing() const { in is_playing() function in EventPlayer
107 return playback->is_playing(); in is_playing()
276 ObjectTypeDB::bind_method(_MD("is_playing"), &EventPlayer::is_playing); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/audio/
H A Devent_player.cpp79 if (playback->is_playing()) { in play()
102 bool EventPlayer::is_playing() const { in is_playing() function in EventPlayer
107 return playback->is_playing(); in is_playing()
276 ObjectTypeDB::bind_method(_MD("is_playing"), &EventPlayer::is_playing); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/servers/audio/
H A Daudio_stream.cpp84 if (is_playing()) { in mix()
215 bool AudioStreamPlaybackMicrophone::is_playing() const { in is_playing() function in AudioStreamPlaybackMicrophone
328 bool AudioStreamPlaybackRandomPitch::is_playing() const { in is_playing() function in AudioStreamPlaybackRandomPitch
330 return playing->is_playing(); in is_playing()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/
H A Daudio_stream.cpp84 if (is_playing()) { in mix()
215 bool AudioStreamPlaybackMicrophone::is_playing() const { in is_playing() function in AudioStreamPlaybackMicrophone
328 bool AudioStreamPlaybackRandomPitch::is_playing() const { in is_playing() function in AudioStreamPlaybackRandomPitch
330 return playing->is_playing(); in is_playing()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/audio/
H A Dsound.py70 def is_playing(channel="sound"): function
71 return renpy.audio.music.is_playing(channel=channel)
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dsample_library_editor_plugin.cpp44 if (is_playing && !player->is_active()) { in _notification()
47 is_playing = false; in _notification()
110 if (!is_playing) { in _button_pressed()
111 is_playing = true; in _button_pressed()
126 is_playing = false; in _button_pressed()
465 is_playing = false; in SampleLibraryEditor()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dsample_library_editor_plugin.cpp44 if (is_playing && !player->is_active()) { in _notification()
47 is_playing = false; in _notification()
110 if (!is_playing) { in _button_pressed()
111 is_playing = true; in _button_pressed()
126 is_playing = false; in _button_pressed()
465 is_playing = false; in SampleLibraryEditor()
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeplay.cpp69 while(snd->is_playing()) { in ResetSound()
154 while(snd->is_playing()) { in HandleGEvent()
178 if(not snd->is_playing()) in HandleGEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/accelerators/
H A Dsystem_media_controls_media_keys_listener.cc105 void SystemMediaControlsMediaKeysListener::SetIsMediaPlaying(bool is_playing) { in SetIsMediaPlaying() argument
106 is_media_playing_ = is_playing; in SetIsMediaPlaying()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/accelerators/
H A Dsystem_media_controls_media_keys_listener.cc105 void SystemMediaControlsMediaKeysListener::SetIsMediaPlaying(bool is_playing) { in SetIsMediaPlaying() argument
106 is_media_playing_ = is_playing; in SetIsMediaPlaying()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/media/
H A Dpower_status_helper_impl.h69 void SetIsPlaying(bool is_playing) override;
81 static base::Optional<int> BucketFor(bool is_playing,
H A Dpower_status_helper_impl_unittest.cc345 base::Optional<int> BucketFor(bool is_playing, in BucketFor() argument
352 return PowerStatusHelperImpl::BucketFor(is_playing, has_video, codec, in BucketFor()
363 bool is_playing = std::get<0>(GetParam()); in TEST_P() local
367 if (!is_playing || !has_video) in TEST_P()
416 auto bucket = BucketFor(is_playing, has_video, codec, profile, coded_size, in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/media/
H A Dpower_status_helper_impl.h69 void SetIsPlaying(bool is_playing) override;
81 static base::Optional<int> BucketFor(bool is_playing,
H A Dpower_status_helper_impl_unittest.cc345 base::Optional<int> BucketFor(bool is_playing, in BucketFor() argument
352 return PowerStatusHelperImpl::BucketFor(is_playing, has_video, codec, in BucketFor()
363 bool is_playing = std::get<0>(GetParam()); in TEST_P() local
367 if (!is_playing || !has_video) in TEST_P()
416 auto bucket = BucketFor(is_playing, has_video, codec, profile, coded_size, in TEST_P()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dkcm_mixer.c225 spl->is_playing = false; in fix_looped_position()
232 while (spl->pos >= spl->spl_data.len && stream->spl.is_playing && !is_empty) { in fix_looped_position()
235 stream->spl.is_playing = false; in fix_looped_position()
296 if (!spl->is_playing) \
371 if (!m->ss.is_playing) in MAKE_MIXER()
662 mixer->ss.is_playing = true; in al_create_mixer()
912 return mixer->ss.is_playing; in al_get_mixer_playing()
1004 mixer->ss.is_playing = val; in al_set_mixer_playing()
/dports/emulators/mess/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()

12345678910>>...30