Home
last modified time | relevance | path

Searched refs:videoSource (Results 1 – 25 of 92) sorted by relevance

1234

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/Core/test/
H A DitkVideoSourceTest.cxx158 VideoSourceType::Pointer videoSource = VideoSourceType::New(); in itkVideoSourceTest() local
188 videoSource->GraftOutput(video); in itkVideoSourceTest()
191 VideoType::Pointer videoOut = videoSource->GetOutput(); in itkVideoSourceTest()
210 videoSource = VideoSourceType::New(); in itkVideoSourceTest()
213 VideoType::Pointer output = videoSource->GetOutput(); in itkVideoSourceTest()
221 videoSource->Update(); in itkVideoSourceTest()
228 frame = videoSource->GetOutput()->GetFrame(i); in itkVideoSourceTest()
261 videoSource = VideoSourceType::New(); in itkVideoSourceTest()
262 videoSource->UpdateOutputInformation(); in itkVideoSourceTest()
274 videoSource->PropagateRequestedRegion(videoSource->GetOutput() ); in itkVideoSourceTest()
[all …]
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dplaylistmodel.cpp37 videoSource = nullptr; in PlaylistModel()
174 this->videoSource = videoSource; in setVideoSource()
179 connect(videoSource, &QObject::destroyed, this, in setVideoSource()
180 [this, videoSource] { in setVideoSource()
181 if (this->videoSource == videoSource) { in setVideoSource()
182 this->videoSource = nullptr; in setVideoSource()
195 max = videoSource->maxResults(); in searchMore()
198 videoSource->loadVideos(max, startIndex); in searchMore()
211 if (videoSource) videoSource->abort(); in abortSearch()
225 canSearchMore = videoSource->hasMoreVideos(); in searchFinished()
[all …]
H A Dvideosourcewidget.cpp30 VideoSourceWidget::VideoSourceWidget(VideoSource *videoSource, QWidget *parent) in VideoSourceWidget() argument
32 videoSource(videoSource), in VideoSourceWidget()
34 videoSource->setParent(this); in VideoSourceWidget()
40 emit activated(videoSource); in activate()
44 videoSource->disconnect(); in previewVideo()
46 qDebug() << "Unavailable video source" << videoSource->getName(); in previewVideo()
76 connect(videoSource, SIGNAL(gotVideos(QVector<Video *>)), SLOT(previewVideo(QVector<Video *>)), in loadPreview()
78 videoSource->loadVideos(1, 1); in loadPreview()
159 QString name = videoSource->getName(); in paintEvent()
H A Dvideosourcewidget.h37 VideoSourceWidget(VideoSource *videoSource, QWidget *parent = 0);
38 VideoSource *getVideoSource() { return videoSource; } in getVideoSource()
42 void activated(VideoSource *videoSource);
56 VideoSource *videoSource; variable
H A Dchannelview.cpp179 YTSearch *videoSource = new YTSearch(params); in itemActivated() local
180 videoSource->setAsyncDetails(true); in itemActivated()
181 vs = videoSource; in itemActivated()
190 AggregateVideoSource *videoSource = new AggregateVideoSource(); in itemActivated() local
191 videoSource->setName(tr("All Videos")); in itemActivated()
192 emit activated(videoSource); in itemActivated()
194 AggregateVideoSource *videoSource = new AggregateVideoSource(); in itemActivated() local
195 videoSource->setName(tr("Unwatched Videos")); in itemActivated()
196 videoSource->setUnwatched(true); in itemActivated()
197 emit activated(videoSource); in itemActivated()
H A Dchannelsview.cpp183 YTSearch *videoSource = new YTSearch(params, this); in itemActivated() local
184 emit activated(videoSource); in itemActivated()
187 AggregateVideoSource *videoSource = new AggregateVideoSource(this); in itemActivated() local
188 videoSource->setName(tr("All Videos")); in itemActivated()
189 emit activated(videoSource); in itemActivated()
191 AggregateVideoSource *videoSource = new AggregateVideoSource(this); in itemActivated() local
192 videoSource->setName(tr("Unwatched Videos")); in itemActivated()
193 videoSource->setUnwatched(true); in itemActivated()
194 emit activated(videoSource); in itemActivated()
H A Dchannelwidget.h15 ChannelWidget(VideoSource *videoSource, YTUser *user, QWidget *parent = 0);
18 void activated(VideoSource *videoSource);
31 VideoSource *videoSource; variable
H A Dchannelaggregator.cpp153 YTSearch *videoSource = new YTSearch(params); in reallyProcessChannel() local
154 connect(videoSource, SIGNAL(gotVideos(QVector<Video *>)), in reallyProcessChannel()
156 videoSource->loadVideos(50, 1); in reallyProcessChannel()
158 auto *videoSource = new IVChannelSource(params); in reallyProcessChannel() local
159 connect(videoSource, SIGNAL(gotVideos(QVector<Video *>)), in reallyProcessChannel()
161 videoSource->loadVideos(50, 1); in reallyProcessChannel()
163 auto *videoSource = new YTJSChannelSource(params); in reallyProcessChannel() local
164 connect(videoSource, SIGNAL(gotVideos(QVector<Video *>)), in reallyProcessChannel()
166 videoSource->loadVideos(50, 1); in reallyProcessChannel()
H A Dchannelwidget.cpp6 ChannelWidget::ChannelWidget(VideoSource *videoSource, YTUser *user, QWidget *parent) : in ChannelWidget() argument
9 this->videoSource = videoSource; in ChannelWidget()
22 emit activated(videoSource); in activate()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webrtc/
H A DMediaEngineTabVideoSource.h65 explicit StartRunnable(MediaEngineTabVideoSource *videoSource) : mVideoSource(videoSource) {} in StartRunnable() argument
72 explicit StopRunnable(MediaEngineTabVideoSource *videoSource) : mVideoSource(videoSource) {} in StopRunnable() argument
79 explicit InitRunnable(MediaEngineTabVideoSource *videoSource) : mVideoSource(videoSource) {} in InitRunnable() argument
86 … explicit DestroyRunnable(MediaEngineTabVideoSource* videoSource) : mVideoSource(videoSource) {} in DestroyRunnable() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webrtc/
H A DMediaEngineTabVideoSource.h59 explicit StartRunnable(MediaEngineTabVideoSource* videoSource) in StartRunnable() argument
61 mVideoSource(videoSource) {} in StartRunnable()
68 explicit StopRunnable(MediaEngineTabVideoSource* videoSource) in StopRunnable() argument
70 mVideoSource(videoSource) {} in StopRunnable()
77 explicit InitRunnable(MediaEngineTabVideoSource* videoSource) in InitRunnable() argument
79 mVideoSource(videoSource) {} in InitRunnable()
86 explicit DestroyRunnable(MediaEngineTabVideoSource* videoSource) in DestroyRunnable() argument
88 mVideoSource(videoSource) {} in DestroyRunnable()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webrtc/
H A DMediaEngineTabVideoSource.h51 StartRunnable(MediaEngineTabVideoSource* videoSource, in StartRunnable() argument
54 mVideoSource(videoSource), in StartRunnable()
65 explicit StopRunnable(MediaEngineTabVideoSource* videoSource) in StopRunnable() argument
67 mVideoSource(videoSource) {} in StopRunnable()
74 explicit DestroyRunnable(MediaEngineTabVideoSource* videoSource) in DestroyRunnable() argument
76 mVideoSource(videoSource) {} in DestroyRunnable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoTrackTest.java27 private VideoSource videoSource; field in VideoTrackTest
38 videoSource = factory.createVideoSource(/* isScreencast= */ false); in setUp()
39 videoTrack = factory.createVideoTrack("video", videoSource); in setUp()
92 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingSameVideoSinkMultipleTimes()
113 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingAndRemovingVideoSink()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoTrackTest.java27 private VideoSource videoSource; field in VideoTrackTest
38 videoSource = factory.createVideoSource(/* isScreencast= */ false); in setUp()
39 videoTrack = factory.createVideoTrack("video", videoSource); in setUp()
92 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingSameVideoSinkMultipleTimes()
113 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingAndRemovingVideoSink()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoTrackTest.java27 private VideoSource videoSource; field in VideoTrackTest
38 videoSource = factory.createVideoSource(/* isScreencast= */ false); in setUp()
39 videoTrack = factory.createVideoTrack("video", videoSource); in setUp()
92 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingSameVideoSinkMultipleTimes()
113 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingAndRemovingVideoSink()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DVideoTrackTest.java27 private VideoSource videoSource; field in VideoTrackTest
38 videoSource = factory.createVideoSource(/* isScreencast= */ false); in setUp()
39 videoTrack = factory.createVideoTrack("video", videoSource); in setUp()
92 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingSameVideoSinkMultipleTimes()
113 videoSource.getCapturerObserver().onFrameCaptured(videoFrame); in testAddingAndRemovingVideoSink()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/src/
H A Dvideo_reader.cpp199 Ptr<VideoSource> videoSource; in createVideoReader() local
205 videoSource.reset(new RawVideoSourceWrapper(source)); in createVideoReader()
209 videoSource.reset(new CuvidVideoSource(filename)); in createVideoReader()
212 return makePtr<VideoReaderImpl>(videoSource); in createVideoReader()
217 Ptr<VideoSource> videoSource(new RawVideoSourceWrapper(source)); in createVideoReader() local
218 return makePtr<VideoReaderImpl>(videoSource); in createVideoReader()
/dports/net/liveMedia/live/testProgs/
H A DtestMPEG1or2Splitter.cpp35 MediaSource* videoSource; member
61 sessionState.videoSource = sessionState.baseDemultiplexor->newVideoStream(); in main()
70 sessionState.videoSink->startPlaying(*sessionState.videoSource, in main()
86 Medium::close(sessionState.videoSource); in afterPlaying()
H A DtestMPEG4VideoStreamer.cpp27 MPEG4VideoStreamFramer* videoSource; variable
101 Medium::close(videoSource); in afterPlaying()
121 videoSource = MPEG4VideoStreamFramer::createNew(*env, videoES); in play()
125 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DtestDVVideoStreamer.cpp27 DVVideoStreamFramer* videoSource; variable
103 Medium::close(videoSource); in afterPlaying()
123 videoSource = DVVideoStreamFramer::createNew(*env, videoES); in play()
127 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DtestH264VideoStreamer.cpp33 H264VideoStreamFramer* videoSource; variable
107 Medium::close(videoSource); in afterPlaying()
127 videoSource = H264VideoStreamFramer::createNew(*env, videoES); in play()
131 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DtestH265VideoStreamer.cpp34 H265VideoStreamFramer* videoSource; variable
108 Medium::close(videoSource); in afterPlaying()
128 videoSource = H265VideoStreamFramer::createNew(*env, videoES); in play()
132 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DvobStreamer.cpp43 FramedSource* videoSource = NULL; variable
229 (videoSource != NULL && videoSource->isCurrentlyAwaitingData())) { in afterPlaying()
241 Medium::close(videoSource); in afterPlaying()
286 videoSource in play()
293 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DtestMPEG1or2AudioVideoStreamer.cpp30 FramedSource* videoSource; variable
158 || videoSource->isCurrentlyAwaitingData()) return; in afterPlaying()
168 Medium::close(videoSource); in afterPlaying()
195 videoSource in play()
200 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()
H A DtestMPEG2TransportStreamer.cpp43 FramedSource* videoSource; variable
133 Medium::close(videoSource); in afterPlaying()
153 videoSource = MPEG2TransportStreamFramer::createNew(*env, fileSource); in play()
157 videoSink->startPlaying(*videoSource, afterPlaying, videoSink); in play()

1234