Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc63 for (const auto& buffer : allocated_buffers_) { in GetFrameBuffer()
72 allocated_buffers_.push_back(available_buffer); in GetFrameBuffer()
73 if (allocated_buffers_.size() > max_num_buffers_) { in GetFrameBuffer()
75 << allocated_buffers_.size() in GetFrameBuffer()
95 for (const auto& buffer : allocated_buffers_) { in GetNumBuffersInUse()
105 for (const auto& buffer : allocated_buffers_) { in Resize()
119 size_t buffers_to_purge = allocated_buffers_.size() - max_num_buffers_; in Resize()
120 auto iter = allocated_buffers_.begin(); in Resize()
121 while (iter != allocated_buffers_.end() && buffers_to_purge > 0) { in Resize()
123 iter = allocated_buffers_.erase(iter); in Resize()
[all …]
Dvp9_frame_buffer_pool.h124 std::vector<rtc::scoped_refptr<Vp9FrameBuffer>> allocated_buffers_
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h124 std::vector<std::pair<OwningDeviceMemory, int64>> allocated_buffers_; variable
Dredzone_allocator.cc113 allocated_buffers_.emplace_back(std::move(allocated_buffer), byte_size); in AllocateBytes()
331 for (const auto& buf_and_size : allocated_buffers_) { in CheckRedzones()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.h54 std::vector<se::OwningDeviceMemory> allocated_buffers_; variable
Dfft_thunk.cc57 allocated_buffers_.push_back(std::move(allocated_buffer)); in AllocateBytes()
Dgpu_conv_algorithm_picker.cc77 std::vector<se::OwningDeviceMemory> allocated_buffers_; member in xla::gpu::__anon6437d7ed0111::ScratchAllocator
98 allocated_buffers_.push_back(std::move(allocated_buffer)); in AllocateBytes()
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h225 absl::flat_hash_set<const HloValue*> allocated_buffers_; variable
Dheap_simulator.cc368 CHECK(!allocated_buffers_.contains(buffer)) in Alloc()
373 allocated_buffers_.insert(buffer); in Alloc()