Home
last modified time | relevance | path

Searched refs:VideoPlayer (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.cpp26 VideoPlayer *VideoPlayer::self = NULL;
33 VideoPlayer *VideoPlayer::Instance(QWidget *parent) in Instance()
39 self = new VideoPlayer(parent); in Instance()
50 VideoPlayer::VideoPlayer(QWidget *parent) : in VideoPlayer() function in VideoPlayer
52 ui(new Ui::VideoPlayer), in VideoPlayer()
114 VideoPlayer::~VideoPlayer() in ~VideoPlayer()
120 QString VideoPlayer::id() in id()
125 void VideoPlayer::initUi() in initUi()
134 void VideoPlayer::setFullScrren(bool bFullScrren) in setFullScrren()
159 void VideoPlayer::initAutPlayer() in initAutPlayer()
[all …]
H A Dvideoplayer.h23 class VideoPlayer; variable
27 class VideoPlayer : public IWidget
32 explicit VideoPlayer(QWidget *parent = 0);
33 static VideoPlayer *Instance(QWidget *parent = 0);//create window by this interface
35 ~VideoPlayer();
105 Ui::VideoPlayer *ui;
106 static VideoPlayer* self;//this is for single instance
134 static VideoPlayer *pStaticVideoPlayer=NULL;
H A Dmain.cpp12 VideoPlayer::Instance()->showMaximized(); in main()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dvideoplayer.cpp24 VideoPlayer *VideoPlayer::self = NULL;
31 VideoPlayer *VideoPlayer::Instance(QWidget *parent) in Instance()
37 self = new VideoPlayer(parent); in Instance()
48 VideoPlayer::VideoPlayer(QWidget *parent) : in VideoPlayer() function in VideoPlayer
50 ui(new Ui::VideoPlayer), in VideoPlayer()
112 VideoPlayer::~VideoPlayer() in ~VideoPlayer()
122 void VideoPlayer::initAutPlayer() in initAutPlayer()
170 void VideoPlayer::startPlay() in startPlay()
191 void VideoPlayer::onProgressSliderMoved(int value) in onProgressSliderMoved()
207 void VideoPlayer::onProgressSliderReleased() in onProgressSliderReleased()
[all …]
H A Dvideoplayer.h22 class VideoPlayer; variable
26 class VideoPlayer : public QWidget
31 static VideoPlayer *Instance(QWidget *parent = 0);//create window by this interface
33 ~VideoPlayer();
99 Ui::VideoPlayer *ui;
100 explicit VideoPlayer(QWidget *parent = 0);
101 static VideoPlayer* self;//this is for single instance
128 static VideoPlayer *pStaticVideoPlayer=NULL;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A Dmediahome.cpp64 VideoPlayer::Instance()->showMaximized(); in on_video_btn_clicked()
65 VideoPlayer::Instance()->resize(size()); in on_video_btn_clicked()