Searched refs:kC2FuzzerTimeOut (Results 1 – 2 of 2) sorted by relevance
39 constexpr std::chrono::milliseconds kC2FuzzerTimeOut = 5000ms; variable
261 if (mWorkQueue.empty()) mQueueCondition.wait_for(lock, kC2FuzzerTimeOut); in decodeFrames()300 mConditionalVariable.wait_for(waitForDecodeComplete, kC2FuzzerTimeOut, [this] { return mEos; }); in decodeFrames()