Home
last modified time | relevance | path

Searched refs:mCaptureThread (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/sampleDriver/
DVideoCapture.cpp216 mCaptureThread = std::thread([this](){ collectFrames(); }); in startStream()
234 if (mCaptureThread.joinable()) { in stopStream()
235 mCaptureThread.join(); in stopStream()
DVideoCapture.h67 std::thread mCaptureThread; // The thread we'll use to dispatch frames variable