Home
last modified time | relevance | path

Searched refs:m_curVideoFilePath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dvideoplayer.cpp56 m_curVideoFilePath(""), in VideoPlayer()
124 if(m_curVideoFilePath.isEmpty()) in initAutPlayer()
139 int ret = ap->setUrl((char*)m_curVideoFilePath.toLatin1().data()); in initAutPlayer()
172 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay()
180 if(!m_commonFunction->video_support_or_not(this,m_curVideoFilePath)){ in startPlay()
352 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()
371 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()
470 m_curVideoFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyVideoPlayerToPlay()
632 m_curVideoFilePath = strpath; in on_notifyVideoPlayerAddFile()
641 qDebug()<<"on_notifyVideoPlayerAddFile "<< m_curVideoFilePath << " "<< m_curVideoFileName; in on_notifyVideoPlayerAddFile()
H A Dvideoplayer.h111 QString m_curVideoFilePath; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.cpp58 m_curVideoFilePath(""), in VideoPlayer()
161 if(m_curVideoFilePath.isEmpty()) in initAutPlayer()
176 int ret = ap->setUrl((char*)m_curVideoFilePath.toLatin1().data()); in initAutPlayer()
209 bool isExist = m_commonFunction->fileExistOrNot(m_curVideoFilePath); in startPlay()
217 if(!m_commonFunction->video_support_or_not(this,m_curVideoFilePath)){ in startPlay()
402 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_preVideoButton_clicked()
421 m_curVideoFilePath = m_playList.at(m_curVideoFileCount).absoluteFilePath(); in on_nextVideoButton_clicked()
520 m_curVideoFilePath = m_playList.at(row).absoluteFilePath(); in on_notifyVideoPlayerToPlay()
682 m_curVideoFilePath = strpath; in on_notifyVideoPlayerAddFile()
691 qDebug()<<"on_notifyVideoPlayerAddFile "<< m_curVideoFilePath << " "<< m_curVideoFileName; in on_notifyVideoPlayerAddFile()
H A Dvideoplayer.h116 QString m_curVideoFilePath; variable