Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/
H A Dvideoplayer.cpp57 m_curVideoFileName(""), in VideoPlayer()
144 ui->videoNameLabel->setText(m_curVideoFileName); in initAutPlayer()
353 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_preVideoButton_clicked()
372 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_nextVideoButton_clicked()
469 m_curVideoFileName = m_playList.at(row).completeBaseName(); in on_notifyVideoPlayerToPlay()
634 m_curVideoFileName = fileInfo.fileName(); in on_notifyVideoPlayerAddFile()
641 qDebug()<<"on_notifyVideoPlayerAddFile "<< m_curVideoFilePath << " "<< m_curVideoFileName; in on_notifyVideoPlayerAddFile()
H A Dvideoplayer.h112 QString m_curVideoFileName; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dvideoplayer.cpp59 m_curVideoFileName(""), in VideoPlayer()
181 ui->videoNameLabel->setText(m_curVideoFileName); in initAutPlayer()
403 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_preVideoButton_clicked()
422 m_curVideoFileName = m_playList.at(m_curVideoFileCount).completeBaseName(); in on_nextVideoButton_clicked()
519 m_curVideoFileName = m_playList.at(row).completeBaseName(); in on_notifyVideoPlayerToPlay()
684 m_curVideoFileName = fileInfo.fileName(); in on_notifyVideoPlayerAddFile()
691 qDebug()<<"on_notifyVideoPlayerAddFile "<< m_curVideoFilePath << " "<< m_curVideoFileName; in on_notifyVideoPlayerAddFile()
H A Dvideoplayer.h117 QString m_curVideoFileName; variable