Home
last modified time | relevance | path

Searched refs:IsReferenced (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/test/common/
DWelsThreadPoolTest.cpp51 EXPECT_FALSE (CWelsThreadPool::IsReferenced()); in TEST()
56 EXPECT_TRUE (pThreadPool->IsReferenced()); in TEST()
70 EXPECT_TRUE (pThreadPool->IsReferenced()); in TEST()
74 EXPECT_FALSE (CWelsThreadPool::IsReferenced()); in TEST()
104 EXPECT_FALSE (CWelsThreadPool::IsReferenced()); in TEST()
/third_party/openh264/codec/common/inc/
DWelsThreadPool.h64 static bool IsReferenced();
/third_party/openh264/codec/common/src/
DWelsThreadPool.cpp128 bool CWelsThreadPool::IsReferenced() { in IsReferenced() function in WelsCommon::CWelsThreadPool