Home
last modified time | relevance | path

Searched refs:playing (Results 1 – 25 of 79) sorted by relevance

1234

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/
H A Dmainwindow.cpp19 playing = false; in MainWindow()
75 if(!playing) in on_play_clicked()
81 playing = true; in on_play_clicked()
156 if(playing) in on_pause_clicked()
169 playing = !playing; in on_pause_clicked()
H A Dmainwindow.h48 bool playing; variable
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_av.c110 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record()
155 if (av7110->playing & av) in av7110_av_start_play()
160 if (av7110->playing == RP_NONE) { in av7110_av_start_play()
165 av7110->playing |= av; in av7110_av_start_play()
166 switch (av7110->playing) { in av7110_av_start_play()
187 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop()
190 if (av7110->playing) { in av7110_av_stop()
191 av7110->playing &= ~av; in av7110_av_stop()
192 switch (av7110->playing) { in av7110_av_stop()
326 if (!ret && !av7110->playing) { in av7110_set_vidmode()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dimx-pcm-fiq.c40 atomic_t playing; member
51 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback()
120 atomic_set(&iprtd->playing, 1); in snd_imx_pcm_trigger()
132 atomic_set(&iprtd->playing, 0); in snd_imx_pcm_trigger()
135 if (!atomic_read(&iprtd->playing) && in snd_imx_pcm_trigger()
187 atomic_set(&iprtd->playing, 0); in snd_imx_open()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_beep.c28 if (tone && !beep->playing) { in generate_tone()
32 beep->playing = 1; in generate_tone()
36 if (!tone && beep->playing) { in generate_tone()
37 beep->playing = 0; in generate_tone()
130 if (beep->playing) { in turn_off_beep()
H A Dhda_beep.h27 unsigned int playing:1; member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Daudio-pause.rst41 playing are paused. It is then possible to restart again decoding and
42 playing process of the audio stream using AUDIO_CONTINUE command.
H A Dvideo-freeze.rst50 and playing are frozen. It is then possible to restart the decoding and
51 playing process of the video stream using the VIDEO_CONTINUE command.
H A Daudio-continue.rst40 This ioctl restarts the decoding and playing process previously paused
H A Daudio-stop.rst40 This ioctl call asks the Audio Device to stop playing the current
H A Daudio-play.rst40 This ioctl call asks the Audio Device to start playing an audio stream
H A Dvideo-play.rst49 This ioctl call asks the Video Device to start playing a video stream
/OK3568_Linux_fs/kernel/sound/parisc/
H A Dharmony.c194 if (h->psubs && h->st.playing) { in snd_harmony_interrupt()
303 h->st.playing = 1; in snd_harmony_playback_trigger()
310 h->st.playing = 0; in snd_harmony_playback_trigger()
333 if (h->st.playing) in snd_harmony_capture_trigger()
407 h->st.playing = 0; in snd_harmony_playback_prepare()
430 if (h->st.playing) in snd_harmony_capture_prepare()
462 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0005-bin-Fix-race-conditions-in-tests.patch258 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */
260 + pop_state_changed (bus, 4, &had_latency); /* pop playing => paused messages off the bus */
291 - pop_state_changed (bus, 4); /* pop playing => paused messages off the bus */
293 + pop_state_changed (bus, 4, &had_latency); /* pop playing => paused messages off the bus */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gsound/
H A Dgsound_1.0.3.bb1 SUMMARY = "Small gobject library for playing system sounds"
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dff.rst150 stops the effect if it was playing.
155 Control of playing is done with write(). Below is an example:
235 is playing only when it is ok to restart the effect with a replay count of 1.
257 FF_STATUS_STOPPED The effect stopped playing
/OK3568_Linux_fs/buildroot/package/libcdaudio/
H A DConfig.in7 control operation of a CD-ROM when playing audio CDs. It
/OK3568_Linux_fs/u-boot/drivers/sound/
H A DKconfig8 the drivers support playing arbitrary sound samples using a
69 U-Boot sandbox can emulate a sound device using SDL, playing the
/OK3568_Linux_fs/buildroot/package/sdl2_mixer/
H A DConfig.in6 supports any number of simultaneously playing channels of 16
/OK3568_Linux_fs/buildroot/package/libsidplay2/
H A DConfig.in8 reproduction. Sidplay 2 is capable of playing all C64 mono and
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/gmp/
H A Duse-includedir.patch11 # but anyone knowledgeable enough to be playing with exec_prefix will be able
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch85 + "Currently playing video stream (-1 = auto)",
95 + "Currently playing audio stream (-1 = auto)",
105 + "Currently playing text stream (-1 = auto)",
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0005-playbin3-Fix-qt-videoplayer-cannot-change-video-stat.patch85 + "Currently playing video stream (-1 = auto)",
95 + "Currently playing audio stream (-1 = auto)",
105 + "Currently playing text stream (-1 = auto)",
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch85 + "Currently playing video stream (-1 = auto)",
95 + "Currently playing audio stream (-1 = auto)",
105 + "Currently playing text stream (-1 = auto)",
/OK3568_Linux_fs/buildroot/package/sdl_mixer/
H A DConfig.in6 It supports any number of simultaneously playing channels of

1234