Home
last modified time | relevance | path

Searched refs:frame_thread_pool (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/
Dthreading_strategy.cc176 std::unique_ptr<ThreadPool>* const frame_thread_pool, in InitializeThreadPoolsForFrameParallel() argument
178 assert(*frame_thread_pool == nullptr); in InitializeThreadPoolsForFrameParallel()
183 *frame_thread_pool = ThreadPool::Create(frame_threads); in InitializeThreadPoolsForFrameParallel()
184 if (*frame_thread_pool == nullptr) { in InitializeThreadPoolsForFrameParallel()
Dthreading_strategy.h126 std::unique_ptr<ThreadPool>* frame_thread_pool,