HomeSort by relevance Sort by last modified time
    Searched refs:set_threads (Results 1 - 8 of 8) sorted by null

  /external/libxcam/xcore/
thread_pool.h 52 bool set_threads (uint32_t min, uint32_t max);
thread_pool.cpp 122 ThreadPool::set_threads (uint32_t min, uint32_t max) function in class:XCam::ThreadPool
  /external/libxcam/modules/soft/
soft_worker.h 67 bool set_threads (const SmartPtr<ThreadPool> &threads);
soft_handler.h 59 bool set_threads (const SmartPtr<ThreadPool> &pool);
soft_worker.cpp 130 SoftWorker::set_threads (const SmartPtr<ThreadPool> &threads) function in class:XCam::SoftWorker
201 _threads->set_threads (max_items, max_items + 1); //extra thread to process all_items_done
soft_handler.cpp 96 SoftHandler::set_threads (const SmartPtr<ThreadPool> &pool) function in class:XCam::SoftHandler
  /external/libaom/libaom/test/
encode_perf_test.cc 115 void set_threads(unsigned int threads) { threads_ = threads; } function in class:__anon26737::AV1EncodePerfTest
136 set_threads(kEncodePerfTestThreads[k]);
  /external/libvpx/libvpx/test/
encode_perf_test.cc 114 void set_threads(unsigned int threads) { threads_ = threads; } function in class:__anon29674::VP9EncodePerfTest
136 set_threads(kEncodePerfTestThreads[k]);

Completed in 198 milliseconds