| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/ |
| H A D | mainwindow.cpp | 19 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 D | mainwindow.h | 48 bool playing; variable
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_av.c | 110 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 D | imx-pcm-fiq.c | 40 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 D | hda_beep.c | 28 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 D | hda_beep.h | 27 unsigned int playing:1; member
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | audio-pause.rst | 41 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 D | video-freeze.rst | 50 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 D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
| H A D | audio-stop.rst | 40 This ioctl call asks the Audio Device to stop playing the current
|
| H A D | audio-play.rst | 40 This ioctl call asks the Audio Device to start playing an audio stream
|
| H A D | video-play.rst | 49 This ioctl call asks the Video Device to start playing a video stream
|
| /OK3568_Linux_fs/kernel/sound/parisc/ |
| H A D | harmony.c | 194 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 D | 0005-bin-Fix-race-conditions-in-tests.patch | 258 - 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 D | gsound_1.0.3.bb | 1 SUMMARY = "Small gobject library for playing system sounds"
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | ff.rst | 150 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 D | Config.in | 7 control operation of a CD-ROM when playing audio CDs. It
|
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | Kconfig | 8 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 D | Config.in | 6 supports any number of simultaneously playing channels of 16
|
| /OK3568_Linux_fs/buildroot/package/libsidplay2/ |
| H A D | Config.in | 8 reproduction. Sidplay 2 is capable of playing all C64 mono and
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/gmp/ |
| H A D | use-includedir.patch | 11 # 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 D | 0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch | 85 + "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 D | 0005-playbin3-Fix-qt-videoplayer-cannot-change-video-stat.patch | 85 + "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 D | 0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch | 85 + "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 D | Config.in | 6 It supports any number of simultaneously playing channels of
|