Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Drender_strategy.cpp30 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBufOnSetInput()
36 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBufOnSetInOutput()
64 std::shared_ptr<MemNegotiatedCap> &memNegotiatedCap) in ChooseBestOutput()
H A Drender_strategy.h32 …EffectBuffer *ChooseBestOutput(EffectBuffer *buffer, std::shared_ptr<MemNegotiatedCap> &memNegotia…
H A Defilter.cpp272 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()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dcapability.h28 struct MemNegotiatedCap { struct
48 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap_ = nullptr; argument
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.h43 std::shared_ptr<MemNegotiatedCap> Negotiate(const std::shared_ptr<MemNegotiatedCap> &input,
H A Dcrop_efilter.cpp213 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()
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h77 …virtual std::shared_ptr<MemNegotiatedCap> Negotiate(const std::shared_ptr<MemNegotiatedCap> &input,
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp119 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap = std::make_shared<MemNegotiatedCap>(); in DoNegotiate()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp473 std::shared_ptr<MemNegotiatedCap> memNegotiatedCap; in Negotiate()
475 memNegotiatedCap = std::make_shared<MemNegotiatedCap>(); in Negotiate()