Searched refs:displayInfo (Results 1 – 5 of 5) sorted by relevance
135 CUVIDPARSERDISPINFO displayInfo; in nextFrame() local139 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()
102 bool cv::cudacodec::detail::FrameQueue::dequeue(CUVIDPARSERDISPINFO& displayInfo) in dequeue() argument109 displayInfo = displayQueue_[entry]; in dequeue()
79 bool dequeue(CUVIDPARSERDISPINFO& displayInfo);
128 void displayInfo( QString name, QString text, int delayms );304 void displayInfo(QString text, int delayms);
965 void GuiReceiver::displayInfo(QString name, QString text, int delayms) in displayInfo() function in GuiReceiver970 w->displayInfo(text, delayms); in displayInfo()1773 void CvWindow::displayInfo(QString text, int delayms) in displayInfo() function in CvWindow