Home
last modified time | relevance | path

Searched refs:Negotiate (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dport.cpp67 void InPort::Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContext… in Negotiate() function in OHOS::Media::Effect::InPort
70 return filter_->Negotiate(name_, capability, context); in Negotiate()
153 void OutPort::Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContex… in Negotiate() function in OHOS::Media::Effect::OutPort
155 nextPort_->Negotiate(capability, context); in Negotiate()
185 void EmptyInPort::Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectCo… in Negotiate() function in OHOS::Media::Effect::EmptyInPort
213 void EmptyOutPort::Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectC… in Negotiate() function in OHOS::Media::Effect::EmptyOutPort
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestPort.cpp94 emptyInPort.Negotiate(capability, context);
96 emptyOutPort.Negotiate(capability, context);
101 emptyOutPort.Negotiate(capabilityShared, contextShared);
103 emptyInPort.Negotiate(capabilityShared, contextShared);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dport.h71 …virtual void Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContex…
100 …void Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContext> &cont…
124 …void Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContext> &cont…
151 …void Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContext> &cont…
176 …void Negotiate(const std::shared_ptr<Capability> &capability, std::shared_ptr<EffectContext> &cont…
H A Dtransfer.h75 virtual void Negotiate(const std::string& inPort, const std::shared_ptr<Capability> &capability,
H A Dfilter_base.h52 void Negotiate(const std::string& inPort, const std::shared_ptr<Capability> &capability,
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dport.cpp74 bool InPort::Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap, in Negotiate() function in OHOS::Media::Pipeline::InPort
79 …return filter && filter->Negotiate(name, upstreamCap, negotiatedCap, upstreamParams, downstreamPar… in Negotiate()
160 bool OutPort::Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap, in Negotiate() function in OHOS::Media::Pipeline::OutPort
165 return nextPort->Negotiate(upstreamCap, negotiatedCap, upstreamParams, downstreamParams); in Negotiate()
203 bool EmptyInPort::Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap, in Negotiate() function in OHOS::Media::Pipeline::EmptyInPort
254 bool EmptyOutPort::Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap, in Negotiate() function in OHOS::Media::Pipeline::EmptyOutPort
H A Dport.h59 virtual bool Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap,
91 bool Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap,
113 bool Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap,
139 bool Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap,
162 bool Negotiate(const std::shared_ptr<const Plugin::Capability>& upstreamCap,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs29 version: HttpVersion::Negotiate, in new()
54 Negotiate, enumerator
/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,
88 …IMAGE_EFFECT_EXPORT void Negotiate(const std::string &inPort, const std::shared_ptr<Capability> &c…
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp114 bool VideoDecoderFilter::Negotiate(const std::string& inPort, in Negotiate() function in OHOS::Media::Pipeline::VideoDecoderFilter
120 …FALSE_RETURN_V(CodecFilterBase::Negotiate(inPort, upstreamCap, negotiatedCap, upstreamParams, down… in Negotiate()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.cpp81 bool AudioDecoderFilter::Negotiate(const std::string& inPort, in Negotiate() function in OHOS::Media::Pipeline::AudioDecoderFilter
87 …FALSE_RETURN_V(CodecFilterBase::Negotiate(inPort, upstreamCap, negotiatedCap, upstreamParams, down… in Negotiate()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/filters/sink/
H A Dimage_sink_filter.h47 void Negotiate(const std::string& inPort, const std::shared_ptr<Capability> &capability,
/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,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.h40 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/output_sink/
H A Doutput_sink_filter.h35 bool Negotiate(const std::string &inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.h41 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/audio_encoder/
H A Daudio_encoder_filter.h39 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_output/
H A Dav_transport_output_filter.h53 …bool Negotiate(const std::string& inPort, const std::shared_ptr<const Plugin::Capability>& upstrea…
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp97 bool MuxerFilter::Negotiate(const std::string& inPort, in Negotiate() function in OHOS::Media::Pipeline::MuxerFilter
127 if (!outPorts_[0]->Negotiate(muxerCap, downCap, upstreamParams, downstreamParams)) { in Negotiate()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/audio_sink/
H A Daudio_sink_filter.h43 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H A Dmuxer_filter.h34 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/
H A Daudio_encoder_filter.cpp68 bool AudioEncoderFilter::Negotiate(const std::string& inPort, in Negotiate() function in OHOS::Media::Pipeline::AudioEncoderFilter
95 … if (targetOutPort->Negotiate(thisOut, capNegWithDownstream_, upstreamParams, downstreamParams)) { in Negotiate()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp181 bool CodecFilterBase::Negotiate(const std::string& inPort, in Negotiate() function in OHOS::Media::Pipeline::CodecFilterBase
209 … if (targetOutPort->Negotiate(thisOut, capNegWithDownstream_, proposeParams, downstreamParams)) { in Negotiate()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.h45 bool Negotiate(const std::string& inPort,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.h50 bool Negotiate(const std::string& inPort,

12