Home | History | Annotate | Download | only in src

Lines Matching refs:frameSource

425         void initImpl(Ptr<FrameSource>& frameSource);
426 void processImpl(Ptr<FrameSource>& frameSource, OutputArray output);
429 void readNextFrame(Ptr<FrameSource>& frameSource);
474 void BTVL1_CUDA::initImpl(Ptr<FrameSource>& frameSource)
486 readNextFrame(frameSource);
495 void BTVL1_CUDA::processImpl(Ptr<FrameSource>& frameSource, OutputArray _output)
503 readNextFrame(frameSource);
523 void BTVL1_CUDA::readNextFrame(Ptr<FrameSource>& frameSource)
525 frameSource->nextFrame(curFrame_);