Home
last modified time | relevance | path

Searched refs:set_threads (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Dencode_perf_test.cc114 void set_threads(unsigned int threads) { threads_ = threads; } in set_threads() function in __anon5ab2061e0111::VP9EncodePerfTest
136 set_threads(kEncodePerfTestThreads[k]); in TEST_P()
/external/libaom/libaom/test/
Dencode_perf_test.cc115 void set_threads(unsigned int threads) { threads_ = threads; } in set_threads() function in __anon79b12bfc0111::AV1EncodePerfTest
136 set_threads(kEncodePerfTestThreads[k]); in TEST_P()
/external/libxcam/xcore/
Dthread_pool.h52 bool set_threads (uint32_t min, uint32_t max);
Dthread_pool.cpp122 ThreadPool::set_threads (uint32_t min, uint32_t max) in set_threads() function in XCam::ThreadPool
/external/libxcam/modules/soft/
Dsoft_worker.cpp130 SoftWorker::set_threads (const SmartPtr<ThreadPool> &threads) in set_threads() function in XCam::SoftWorker
201 _threads->set_threads (max_items, max_items + 1); //extra thread to process all_items_done in work()
Dsoft_worker.h67 bool set_threads (const SmartPtr<ThreadPool> &threads);
Dsoft_handler.h59 bool set_threads (const SmartPtr<ThreadPool> &pool);
Dsoft_handler.cpp96 SoftHandler::set_threads (const SmartPtr<ThreadPool> &pool) in set_threads() function in XCam::SoftHandler