Searched refs:mCaptureThread (Results 1 – 2 of 2) sorted by relevance
216 mCaptureThread = std::thread([this](){ collectFrames(); }); in startStream()234 if (mCaptureThread.joinable()) { in stopStream()235 mCaptureThread.join(); in stopStream()
67 std::thread mCaptureThread; // The thread we'll use to dispatch frames variable