Home
last modified time | relevance | path

Searched refs:mThreadCount (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp36 : mType(type), mThreadCount(threads) {} in MediaVpxVideoHelper()
66 if (mThreadCount > 1) { in init()
67 cfg.threads = std::min(mThreadCount, 4); in init()
DMediaFfmpegVideoHelper.cpp36 : mType(type), mThreadCount(threads) {} in MediaFfmpegVideoHelper()
86 if (mThreadCount > 1) { in init()
87 mCodecCtx->thread_count = std::min(mThreadCount, 4); in init()
/hardware/google/aemu/host-common/include/host-common/
DMediaFfmpegVideoHelper.h69 int mThreadCount = 1; variable
DMediaVpxVideoHelper.h57 int mThreadCount = 1; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp42 mCv.wait(lk, [this] { return mThreadCount == 0; }); in ~MockVehicleHardware()
302 mThreadCount++; in handleRequestsLocked()
306 mThreadCount--; in handleRequestsLocked()
DMockVehicleHardware.h105 mutable std::atomic<int> mThreadCount; variable