Searched refs:mCaptureThread (Results 1 – 9 of 9) 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
77 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()94 mCaptureThread.join(); in stopStream()
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
285 mCaptureThread = std::thread([this]() { generateDataFrames(); }); in startStream()307 mCaptureThread.join(); in stopStream()
120 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
166 mCaptureThread = std::thread([this](){ generateFrames(); }); in startVideoStream()192 mCaptureThread.join(); in stopVideoStream()