Searched refs:DropNFrames (Results 1 – 18 of 18) sorted by relevance
122 bool ThreadVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::ThreadVideo124 return queue.DropNFrames(n); in DropNFrames()
227 bool PackVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::PackVideo237 return vpi->DropNFrames(n); in DropNFrames()
235 bool UnpackVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::UnpackVideo245 return vpi->DropNFrames(n); in DropNFrames()
132 bool DebayerVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::DebayerVideo142 return vpi->DropNFrames(n); in DropNFrames()
430 bool PleoraVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::PleoraVideo565 if(validGrabbedBuffers > 1) DropNFrames(validGrabbedBuffers-1); in GrabNewest()
513 bool MirrorVideo::DropNFrames(uint32_t n) in DropNFrames() function in pangolin::MirrorVideo523 return vpi->DropNFrames(n); in DropNFrames()
265 if(!bai->DropNFrames(minN - 1)) { in GrabNewest()
504 bool TeliVideo::DropNFrames(uint32_t n)
69 bool DropNFrames(uint32_t n);
80 bool DropNFrames(uint32_t n);
97 bool DropNFrames(uint32_t n);
72 bool DropNFrames(uint32_t n);
84 bool DropNFrames(uint32_t n);
123 bool DropNFrames(uint32_t n);
104 virtual bool DropNFrames(uint32_t n) = 0;
125 bool DropNFrames(size_t n) { in DropNFrames() function
132 bool DropNFrames(uint32_t n) override { in DropNFrames() function in py_pangolin::PyBufferAwareVideoInterface136 DropNFrames, in DropNFrames()414 .def("DropNFrames", &pangolin::BufferAwareVideoInterface::DropNFrames); in bind_video()