Searched refs:MemNegotiatedCap (Results 1 – 9 of 9) sorted by relevance
30 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBufOnSetInput()36 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBufOnSetInOutput()64 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBestOutput()
32 …EffectBuffer *ChooseBestOutput(EffectBuffer *buffer, std::shared_ptr<MemNegotiatedCap> &memNegotia…
272 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap = outputCap_->memNegotiatedCap_; in PushData()352 std::shared_ptr<MemNegotiatedCap> EFilter::Negotiate(const std::shared_ptr<MemNegotiatedCap> &input, in Negotiate()355 std::shared_ptr<MemNegotiatedCap> output = input; in Negotiate()
28 struct MemNegotiatedCap { struct48 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap_ = nullptr; argument
43 std::shared_ptr<MemNegotiatedCap> Negotiate(const std::shared_ptr<MemNegotiatedCap> &input,
213 std::shared_ptr<MemNegotiatedCap> CropEFilter::Negotiate(const std::shared_ptr<MemNegotiatedCap> &i… in Negotiate()219 std::shared_ptr<MemNegotiatedCap> current = std::make_shared<MemNegotiatedCap>(); in Negotiate()
77 …virtual std::shared_ptr<MemNegotiatedCap> Negotiate(const std::shared_ptr<MemNegotiatedCap> &input,
119 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap = std::make_shared<MemNegotiatedCap>(); in DoNegotiate()
473 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap; in Negotiate()475 memNegotiatedCap = std::make_shared<MemNegotiatedCap>(); in Negotiate()