Home
last modified time | relevance | path

Searched refs:player (Results 1 – 25 of 98) sorted by relevance

1234

/OK3568_Linux_fs/kernel/sound/soc/sti/
H A Duniperif_player.c64 struct uniperif *player = dev_id; in uni_player_irq_handler() local
68 spin_lock(&player->irq_lock); in uni_player_irq_handler()
69 if (!player->substream) in uni_player_irq_handler()
72 snd_pcm_stream_lock(player->substream); in uni_player_irq_handler()
73 if (player->state == UNIPERIF_STATE_STOPPED) in uni_player_irq_handler()
77 status = GET_UNIPERIF_ITS(player); in uni_player_irq_handler()
78 SET_UNIPERIF_ITS_BCLR(player, status); in uni_player_irq_handler()
81 if (unlikely(status & UNIPERIF_ITS_FIFO_ERROR_MASK(player))) { in uni_player_irq_handler()
82 dev_err(player->dev, "FIFO underflow error detected\n"); in uni_player_irq_handler()
85 if (player->underflow_enabled) { in uni_player_irq_handler()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qplayer/
H A Dqplayer.cpp61 : player(nullptr, QMediaPlayer::VideoSurface) in QPlayer()
102 player.setVideoOutput(videoViewer); in QPlayer()
112 connect(&player, &QMediaPlayer::stateChanged, this, &QPlayer::mediaStateChanged); in QPlayer()
113 connect(&player, &QMediaPlayer::positionChanged, this, &QPlayer::positionChanged); in QPlayer()
114 connect(&player, &QMediaPlayer::durationChanged, this, &QPlayer::durationChanged); in QPlayer()
115 connect(&player, &QMediaPlayer::currentMediaChanged, this, &QPlayer::currentMediaChanged); in QPlayer()
116 connect(&player, QOverload<QMediaPlayer::Error>::of(&QMediaPlayer::error), in QPlayer()
128 return player.isAvailable(); in isPlayerAvailable()
159 v = player.volume(); in keyReleaseEvent()
163 player.setVolume(v); in keyReleaseEvent()
[all …]
H A Dmain.cpp73 QPlayer player; in main() local
75 if (!parser.positionalArguments().isEmpty() && player.isPlayerAvailable()) { in main()
76 player.setPlaylist(parser.positionalArguments()); in main()
77 player.play(); in main()
95 player.setPlaylist(fileList); in main()
96 player.play(); in main()
98 player.show(); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qplayer/
H A Dqplayer.cpp61 : player(nullptr, QMediaPlayer::VideoSurface) in QPlayer()
102 player.setVideoOutput(videoViewer); in QPlayer()
112 connect(&player, &QMediaPlayer::stateChanged, this, &QPlayer::mediaStateChanged); in QPlayer()
113 connect(&player, &QMediaPlayer::positionChanged, this, &QPlayer::positionChanged); in QPlayer()
114 connect(&player, &QMediaPlayer::durationChanged, this, &QPlayer::durationChanged); in QPlayer()
115 connect(&player, &QMediaPlayer::currentMediaChanged, this, &QPlayer::currentMediaChanged); in QPlayer()
116 connect(&player, QOverload<QMediaPlayer::Error>::of(&QMediaPlayer::error), in QPlayer()
128 return player.isAvailable(); in isPlayerAvailable()
159 v = player.volume(); in keyReleaseEvent()
163 player.setVolume(v); in keyReleaseEvent()
[all …]
H A Dmain.cpp73 QPlayer player; in main() local
75 if (!parser.positionalArguments().isEmpty() && player.isPlayerAvailable()) { in main()
76 player.setPlaylist(parser.positionalArguments()); in main()
77 player.play(); in main()
95 player.setPlaylist(fileList); in main()
96 player.play(); in main()
98 player.show(); in main()
/OK3568_Linux_fs/app/qplayer/
H A Dqplayer.cpp61 : player(nullptr, QMediaPlayer::VideoSurface) in QPlayer()
102 player.setVideoOutput(videoViewer); in QPlayer()
112 connect(&player, &QMediaPlayer::stateChanged, this, &QPlayer::mediaStateChanged); in QPlayer()
113 connect(&player, &QMediaPlayer::positionChanged, this, &QPlayer::positionChanged); in QPlayer()
114 connect(&player, &QMediaPlayer::durationChanged, this, &QPlayer::durationChanged); in QPlayer()
115 connect(&player, &QMediaPlayer::currentMediaChanged, this, &QPlayer::currentMediaChanged); in QPlayer()
116 connect(&player, QOverload<QMediaPlayer::Error>::of(&QMediaPlayer::error), in QPlayer()
128 return player.isAvailable(); in isPlayerAvailable()
159 v = player.volume(); in keyReleaseEvent()
163 player.setVolume(v); in keyReleaseEvent()
[all …]
H A Dmain.cpp73 QPlayer player; in main() local
75 if (!parser.positionalArguments().isEmpty() && player.isPlayerAvailable()) { in main()
76 player.setPlaylist(parser.positionalArguments()); in main()
77 player.play(); in main()
88 player.load(QUrl::fromLocalFile(file.fileName())); in main()
89 player.play(); in main()
93 player.show(); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gst-examples/
H A D0001-Make-player-examples-installable.patch4 Subject: [PATCH] Make player examples installable
12 playback/player/gst-play/meson.build | 1 +
13 playback/player/gtk/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
27 diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build
29 --- a/playback/player/gtk/meson.build
30 +++ b/playback/player/gtk/meson.build
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgst-examples_1.18.6.bb6 LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20;md5=f8c72dae3d3682…
11 file://0001-Make-player-examples-installable.patch \
12 file://gst-player.desktop \
26 install -m 0644 -D ${WORKDIR}/gst-player.desktop ${D}${datadir}/applications/gst-player.desktop
35 RPROVIDES:${PN} += "gst-player gst-player-bin"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dst,sti-asoc-card.txt14 - compatible: "st,stih407-uni-player-hdmi", "st,stih407-uni-player-pcm-out",
15 "st,stih407-uni-player-dac", "st,stih407-uni-player-spdif",
35 "tx" for "st,sti-uni-player" compatibility
38 Required properties ("st,sti-uni-player" compatibility only):
54 sti_uni_player1: sti-uni-player@8d81000 {
55 compatible = "st,stih407-uni-player-hdmi";
66 sti_uni_player2: sti-uni-player@8d82000 {
67 compatible = "st,stih407-uni-player-pcm-out";
77 sti_uni_player3: sti-uni-player@8d85000 {
78 compatible = "st,stih407-uni-player-spdif";
/OK3568_Linux_fs/app/multivideoplayer/
H A Dmultivideoplayer.cpp83 QMediaPlayer *player = new QMediaPlayer(this, QMediaPlayer::VideoSurface); in MultiVideoPlayer() local
84 playerList->append(player); in MultiVideoPlayer()
100 player->setPlaylist(playlist); in MultiVideoPlayer()
139 QMediaPlayer *player = playerList->value(i); in play() local
140 if(video && player){ in play()
141 player->setVideoOutput(video); in play()
143 player->play(); in play()
H A Dmain.cpp94 MultiVideoPlayer player(list); in main() local
95 player.play(); in main()
96 player.show(); in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/
H A Dlibwmf-0.2.8.4-intoverflow.patch5 --- libwmf-0.2.8.4.orig/src/player.c 2002-12-10 19:30:26.000000000 +0000
6 +++ libwmf-0.2.8.4/src/player.c 2006-07-12 15:12:52.000000000 +0100
8 #include "player/defaults.h" /* Provides: default settings */
9 #include "player/record.h" /* Provides: parameter mechanism */
10 #include "player/meta.h" /* Provides: record interpreters */
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dwell-known-leds.txt21 Game controllers may feature LEDs to indicate a player number. This is commonly
23 The "player LEDs" are then programmed with a pattern to indicate a particular
24 player. For example, a game controller with 4 LEDs, may be programmed with "x---"
25 to indicate player 1, "-x--" to indicate player 2 etcetera where "x" means on.
26 Input drivers can utilize the LED class to expose the individual player LEDs
27 of a game controller using the function "player".
31 Good: "input*:*:player-{1,2,3,4,5}
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/video/
H A Dtest_dec-qt.sh18 /usr/lib/aarch64-linux-gnu/qt5/examples/multimediawidgets/player/player /usr/local/test.mp4
23 /usr/lib/arm-linux-gnueabihf/qt5/examples/multimediawidgets/player/player /usr/local/test.mp4
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/
H A D0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch12 src/cdda-player.c | 6 +++---
15 diff --git a/src/cdda-player.c b/src/cdda-player.c
17 --- a/src/cdda-player.c
18 +++ b/src/cdda-player.c
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmain.cpp111 MusicPlayer player; in main() local
114player.playUrl(QUrl::fromUserInput(parser.positionalArguments().constFirst(), QDir::currentPath(),… in main()
116 const QRect availableGeometry = QApplication::desktop()->availableGeometry(&player); in main()
117 player.resize(availableGeometry.width() / 6, availableGeometry.height() / 17); in main()
118 player.show(); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmain.cpp111 MusicPlayer player; in main() local
114player.playUrl(QUrl::fromUserInput(parser.positionalArguments().constFirst(), QDir::currentPath(),… in main()
116 const QRect availableGeometry = QApplication::desktop()->availableGeometry(&player); in main()
117 player.resize(availableGeometry.width() / 6, availableGeometry.height() / 17); in main()
118 player.show(); in main()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmain.cpp111 MusicPlayer player; in main() local
114player.playUrl(QUrl::fromUserInput(parser.positionalArguments().constFirst(), QDir::currentPath(),… in main()
116 const QRect availableGeometry = QApplication::desktop()->availableGeometry(&player); in main()
117 player.resize(availableGeometry.width() / 6, availableGeometry.height() / 17); in main()
118 player.show(); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmain.cpp111 MusicPlayer player; in main() local
114player.playUrl(QUrl::fromUserInput(parser.positionalArguments().constFirst(), QDir::currentPath(),… in main()
116 const QRect availableGeometry = QApplication::desktop()->availableGeometry(&player); in main()
117 player.resize(availableGeometry.width() / 6, availableGeometry.height() / 17); in main()
118 player.show(); in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/
H A D0001-Install-example-binary-needed-for-core-image-clutter.patch26 -noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
27 +bin_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libcdio/
H A Dlibcdio_2.1.0.bb16 PACKAGECONFIG ??= "cdda-player"
17 PACKAGECONFIG[cdda-player] = "--with-cdda-player,--without-cdda-player,ncurses"
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A DMediaUI.pro2 include(player/player.pri)
16 INCLUDEPATH +=$$PWD/player
/OK3568_Linux_fs/buildroot/package/glslsandbox-player/
H A DConfig.in2 bool "glslsandbox-player"
9 GLSL Sandbox standalone player allow one to run and render
14 glslsandbox-player is a working EGL and GLESv2 libraries.
19 https://github.com/jolivain/glslsandbox-player
116 comment "glslsandbox-player needs a toolchain w/ threads and an openGL ES and EGL driver"
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dtoaster-eventreplay105 player = EventPlayer(eventfile, variables)
107 return toasterui.main(player, player, params)

1234