Home
last modified time | relevance | path

Searched refs:heap_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp41 return heap_.front(); in Peek()
46 heap_.push_back(obj); in Push()
54 DeferredVideoJobPtr ans = heap_.front(); in Pop()
57 heap_.pop_back(); in Pop()
69 DeferredVideoJobPtr replace = heap_.back(); in Remove()
71 heap_.pop_back(); in Remove()
76 heap_[index] = replace; in Remove()
90 return heap_; in GetAllElements()
95 while (index > 0 && comp_(heap_[index], heap_[(inde in HeapInsert()
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h319 Heap heap_; member
436 delete reinterpret_cast<T*>(storage.heap_); // NOLINT: cast
437 storage.heap_ = nullptr;
441 dest.heap_ = new T(*reinterpret_cast<T*>(source.heap_)); // NOLINT: cast
445 dest.heap_ = source.heap_;
446 source.heap_ = nullptr;
450 return storage.heap_;
454 return storage.heap_;
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h416 Heap heap_; member
642 delete reinterpret_cast<T*>(storage.heap_); // NOLINT: cast
643 storage.heap_ = nullptr;
647 dest.heap_ = new T(*reinterpret_cast<T*>(source.heap_)); // NOLINT: cast
651 dest.heap_ = source.heap_;
652 source.heap_ = nullptr;
656 return storage.heap_;
660 return storage.heap_;
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.h58 std::vector<DeferredVideoJobPtr> heap_ {};

Completed in 5 milliseconds