Lines Matching refs:VideoioBridge
48 void VideoioBridge::requestForUIthreadAsync(int action) in requestForUIthreadAsync()
53 VideoioBridge& VideoioBridge::getInstance() in getInstance()
55 static VideoioBridge instance; in getInstance()
59 void VideoioBridge::swapInputBuffers() in swapInputBuffers()
71 void VideoioBridge::swapOutputBuffers() in swapOutputBuffers()
77 void VideoioBridge::allocateOutputBuffers() in allocateOutputBuffers()
84 void VideoioBridge::allocateBuffers(int width, int height) in allocateBuffers()
97 bool VideoioBridge::openCamera() in openCamera()
113 void VideoioBridge::updateFrameContainer() in updateFrameContainer()
122 void VideoioBridge::imshow() in imshow()
128 int VideoioBridge::getDeviceIndex() in getDeviceIndex()
133 void VideoioBridge::setDeviceIndex(int index) in setDeviceIndex()
138 int VideoioBridge::getWidth() in getWidth()
143 int VideoioBridge::getHeight() in getHeight()
148 void VideoioBridge::setWidth(int _width) in setWidth()
153 void VideoioBridge::setHeight(int _height) in setHeight()