Searched refs:mCaptureThread (Results 1 – 14 of 14) sorted by relevance
65 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()83 mCaptureThread.join(); in stopStream()
77 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
76 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
77 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()94 mCaptureThread.join(); in stopStream()
325 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStreamImpl_locked()332 if (mCaptureThread.joinable()) { in stopVideoStreamImpl_locked()333 mCaptureThread.join(); in stopVideoStreamImpl_locked()
370 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStreamImpl_locked()379 if (mCaptureThread.joinable()) { in stopVideoStreamImpl_locked()380 mCaptureThread.join(); in stopVideoStreamImpl_locked()
72 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
169 mCaptureThread = std::thread([this](){ generateFrames(); }); in startVideoStream()224 mCaptureThread.join(); in stopVideoStream()
113 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
284 mCaptureThread = std::thread([this]() { generateDataFrames(); }); in startStream()306 mCaptureThread.join(); in stopStream()
166 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStream()194 if (mCaptureThread.joinable()) { in stopVideoStream()195 mCaptureThread.join(); in stopVideoStream()
99 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
95 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
123 std::thread mCaptureThread; variable