Searched refs:waitForDecodeComplete (Results 1 – 1 of 1) sorted by relevance
138 std::lock_guard<std::mutex> waitForDecodeComplete(mDecodeCompleteMutex); in handleWorkDone() local299 std::unique_lock<std::mutex> waitForDecodeComplete(mDecodeCompleteMutex); in decodeFrames() local300 mConditionalVariable.wait_for(waitForDecodeComplete, kC2FuzzerTimeOut, [this] { return mEos; }); in decodeFrames()