| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gst-examples/ |
| H A D | 0001-Make-player-examples-installable.patch | 12 playback/player/gst-play/meson.build | 1 + 16 diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build 18 --- a/playback/player/gst-play/meson.build 19 +++ b/playback/player/gst-play/meson.build 20 @@ -2,5 +2,6 @@ executable('gst-play', 21 ['gst-play.c', 22 'gst-play-kb.c', 23 'gst-play-kb.h'],
|
| H A D | gst-player.desktop | 5 TryExec=gtk-play 6 Exec=gtk-play
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libcanberra/files/ |
| H A D | 0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch | 23 - canberra-gtk-play 33 + canberra-gtk3-play 43 + canberra-gtk-play 63 + canberra-gtk-play.c 75 + canberra-gtk-play.c 85 - canberra-gtk-play.c
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 112 audioInfo.play.encoding = AUDIO_ENCODING_LINEAR; in xf86OSRingBell() 113 audioInfo.play.sample_rate = BELL_RATE; in xf86OSRingBell() 114 audioInfo.play.channels = 2; in xf86OSRingBell() 115 audioInfo.play.precision = 16; in xf86OSRingBell() 116 audioInfo.play.gain = min(AUDIO_MAX_GAIN, AUDIO_MAX_GAIN * loudness / 100); in xf86OSRingBell()
|
| /OK3568_Linux_fs/buildroot/package/mpd/ |
| H A D | Config.in | 15 it can play a variety of sound files while being 83 Enable Digital Speech Decoder (DSD) support to play audio 91 Select this if you want to play back MP4/AAC files. 99 Select this if you want to play back files supported by 107 Select this if you want to play back FLAC files. 124 Select this if you want to play back WAV files. 133 Select this if you want to play back MP3 files. 147 Select this if you want to play back MP3 files. 156 Select this if you want to play back MPC files. 164 Select this if you want to play back OPUS encoded files. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sunaudio.c | 307 audio_if.play.precision = samplesize; in sunstartwrite() 308 audio_if.play.channels = ft->signal.channels; in sunstartwrite() 309 audio_if.play.sample_rate = ft->signal.rate; in sunstartwrite() 316 audio_if.play.encoding = encoding; in sunstartwrite() 319 if (audio_if.play.precision != samplesize) { in sunstartwrite() 323 if (audio_if.play.channels != ft->signal.channels) { in sunstartwrite() 327 if (audio_if.play.sample_rate != ft->signal.rate) { in sunstartwrite() 331 if (audio_if.play.encoding != encoding) { in sunstartwrite()
|
| H A D | .gitignore | 17 play 18 play.exe
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | Makefile.am | 20 play.1 rec.1: sox.1 116 cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1 121 $(RM) $(DESTDIR)$(mandir)/man1/play.1
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gst-examples_1.18.6.bb | 1 SUMMARY = "GStreamer examples (including gtk-play, gst-play)" 6 LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d3682…
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | Kconfig | 7 This uclass allows you to play around with driver model. It provides 16 This device allows you to play around with driver model. It prints 25 This device allows you to play around with driver model. It prints
|
| /OK3568_Linux_fs/app/qplayer/ |
| H A D | main.cpp | 77 player.play(); in main() 89 player.play(); in main()
|
| H A D | qplayer.cpp | 72 connect(playButton, &QAbstractButton::clicked, this, &QPlayer::play); in QPlayer() 210 play(); in next() 245 void QPlayer::play() in play() function in QPlayer 252 player.play(); in play()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | ContentVideo.qml | 50 function play() { mediaPlayer.play() } 59 play()
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | ff.rst | 162 struct input_event play; 170 play.type = EV_FF; 171 play.code = effect.id; 172 play.value = 3; 174 write(fd, (const void*) &play, sizeof(play)); 258 FF_STATUS_PLAYING The effect started to play
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/ |
| H A D | main.cpp | 77 player.play(); in main() 96 player.play(); in main()
|
| H A D | qplayer.cpp | 72 connect(playButton, &QAbstractButton::clicked, this, &QPlayer::play); in QPlayer() 210 play(); in next() 245 void QPlayer::play() in play() function in QPlayer 252 player.play(); in play()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/ |
| H A D | main.cpp | 77 player.play(); in main() 96 player.play(); in main()
|
| H A D | qplayer.cpp | 72 connect(playButton, &QAbstractButton::clicked, this, &QPlayer::play); in QPlayer() 210 play(); in next() 245 void QPlayer::play() in play() function in QPlayer 252 player.play(); in play()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-wetek-play2.dts | 18 label = "wetek-play:wifi-status"; 24 label = "wetek-play:ethernet-status";
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/namespaces/ |
| H A D | resource-control.rst | 9 users programs to play nice this problems becomes more acute. 14 memory user's they don't trust to play nice can use.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/ |
| H A D | README.md | 62 Enable ALSA support to play audio. It will be enabled automatically when 65 enable it by default to make easy to play audio without additional daemons. 77 Enable OpenMAX IL decoder to play H.264 video.
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | sis7019.c | 577 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local 614 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger() 622 if (play[0]) in sis_pcm_trigger() 623 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger() 624 if (play[1]) in sis_pcm_trigger() 625 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger() 629 if (play[0]) in sis_pcm_trigger() 630 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger() 631 if (play[1]) in sis_pcm_trigger() 632 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
|
| /OK3568_Linux_fs/buildroot/package/madplay/ |
| H A D | 0001-switch-to-new-alsa-api.patch | 165 int play(struct audio_play *play) 172 len = play->nsamples;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | spear1340-evb.dts | 228 i2s0: i2s-play@b2400000 { 259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap"; 278 i2s-play@b2400000 {
|
| /OK3568_Linux_fs/app/multivideoplayer/ |
| H A D | multivideoplayer.cpp | 135 void MultiVideoPlayer::play() in play() function in MultiVideoPlayer 143 player->play(); in play()
|