Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc61 for (const auto& buffer : allocated_buffers_) { in GetFrameBuffer()
70 allocated_buffers_.push_back(available_buffer); in GetFrameBuffer()
71 if (allocated_buffers_.size() > max_num_buffers_) { in GetFrameBuffer()
73 << allocated_buffers_.size() << " Vp9FrameBuffers have been " in GetFrameBuffer()
88 for (const auto& buffer : allocated_buffers_) { in GetNumBuffersInUse()
97 allocated_buffers_.clear(); in ClearPool()
Dvp9_frame_buffer_pool.h108 std::vector<rtc::scoped_refptr<Vp9FrameBuffer>> allocated_buffers_
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dscratch_allocator.cc38 allocated_buffers_.push_back(std::move(allocated_buffer)); in AllocateBytes()
Dscratch_allocator.h54 std::vector<OwningDeviceMemory> allocated_buffers_; variable
Dfft_thunk.h53 std::vector<OwningDeviceMemory> allocated_buffers_; variable
Dfft_thunk.cc57 allocated_buffers_.push_back(std::move(allocated_buffer)); in AllocateBytes()
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc382 CHECK(!allocated_buffers_.contains(buffer)) in Alloc()
387 allocated_buffers_.insert(buffer); in Alloc()
413 CHECK(allocated_buffers_.contains(buffer)) in Free()
435 CHECK(!allocated_buffers_.contains(buffer)) in ShareBuffer()
454 CHECK(allocated_buffers_.contains(shared)) in ShareBuffer()
Dheap_simulator.h200 absl::flat_hash_set<const BufferValue*> allocated_buffers_; variable