Searched refs:mVideo (Results 1 – 2 of 2) sorted by relevance
46 if (!mVideo.open(deviceName)) { in EvsV4lCamera()81 mVideo.close(); in shutdown()113 if (!mVideo.isOpen()) { in setMaxFramesInFlight()138 if (!mVideo.isOpen()) { in startVideoStream()157 const uint32_t videoSrcFormat = mVideo.getV4LFormat(); in startVideoStream()199 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream()217 if (!mVideo.isOpen()) { in doneWithFrame()256 mVideo.stopStream(); in stopVideoStream()289 if (!mVideo.isOpen()) { in setExtendedInfo()350 status_t result = alloc.allocate(mVideo.getWidth(), mVideo.getHeight(), in increaseAvailableFrames_Locked()[all …]
70 VideoCapture mVideo; // Interface to the v4l device variable