Lines Matching refs:mVideo
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()
357 mVideo.getWidth(), in increaseAvailableFrames_Locked()
358 mVideo.getHeight()); in increaseAvailableFrames_Locked()
461 mVideo.markFrameConsumed(); in forwardFrame()
465 buff.width = mVideo.getWidth(); in forwardFrame()
466 buff.height = mVideo.getHeight(); in forwardFrame()
488 mFillBufferFromVideo(buff, (uint8_t*)targetPixels, pData, mVideo.getStride()); in forwardFrame()
497 mVideo.markFrameConsumed(); in forwardFrame()