Home
last modified time | relevance | path

Searched refs:displayInfo (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudacodec/src/
Dvideo_reader.cpp135 CUVIDPARSERDISPINFO displayInfo; in nextFrame() local
139 if (frameQueue_->dequeue(displayInfo)) in nextFrame()
152 bool isProgressive = displayInfo.progressive_frame != 0; in nextFrame()
153 const int num_fields = isProgressive ? 1 : 2 + displayInfo.repeat_first_field; in nextFrame()
160 videoProcParams.progressive_frame = displayInfo.progressive_frame; in nextFrame()
162 videoProcParams.top_field_first = displayInfo.top_field_first; in nextFrame()
165 frames_.push_back(std::make_pair(displayInfo, videoProcParams)); in nextFrame()
Dframe_queue.cpp102 bool cv::cudacodec::detail::FrameQueue::dequeue(CUVIDPARSERDISPINFO& displayInfo) in dequeue() argument
109 displayInfo = displayQueue_[entry]; in dequeue()
Dframe_queue.hpp79 bool dequeue(CUVIDPARSERDISPINFO& displayInfo);
/external/opencv3/modules/highgui/src/
Dwindow_QT.h128 void displayInfo( QString name, QString text, int delayms );
304 void displayInfo(QString text, int delayms);
Dwindow_QT.cpp965 void GuiReceiver::displayInfo(QString name, QString text, int delayms) in displayInfo() function in GuiReceiver
970 w->displayInfo(text, delayms); in displayInfo()
1773 void CvWindow::displayInfo(QString text, int delayms) in displayInfo() function in CvWindow