Searched refs:mThreadCount (Results 1 – 6 of 6) sorted by relevance
36 : mType(type), mThreadCount(threads) {} in MediaVpxVideoHelper()66 if (mThreadCount > 1) { in init()67 cfg.threads = std::min(mThreadCount, 4); in init()
36 : mType(type), mThreadCount(threads) {} in MediaFfmpegVideoHelper()86 if (mThreadCount > 1) { in init()87 mCodecCtx->thread_count = std::min(mThreadCount, 4); in init()
69 int mThreadCount = 1; variable
57 int mThreadCount = 1; variable
42 mCv.wait(lk, [this] { return mThreadCount == 0; }); in ~MockVehicleHardware()302 mThreadCount++; in handleRequestsLocked()306 mThreadCount--; in handleRequestsLocked()
105 mutable std::atomic<int> mThreadCount; variable