Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dthreading_strategy.cc177 FrameScratchBufferPool* const frame_scratch_buffer_pool) { in InitializeThreadPoolsForFrameParallel() argument
198 frame_scratch_buffer_pool->Get(); in InitializeThreadPoolsForFrameParallel()
218 frame_scratch_buffer_pool->Release(std::move(frame_scratch_buffers[i])); in InitializeThreadPoolsForFrameParallel()
Dthreading_strategy.h127 FrameScratchBufferPool* frame_scratch_buffer_pool);
Ddecoder_impl.cc93 FrameScratchBufferPool* frame_scratch_buffer_pool, in FrameScratchBufferReleaser() argument
95 : frame_scratch_buffer_pool_(frame_scratch_buffer_pool), in FrameScratchBufferReleaser()