Home
last modified time | relevance | path

Searched refs:ImageSourceFilter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/filters/source/
H A Dimage_source_filter.h26 class ImageSourceFilter : public FilterBase {
28 explicit ImageSourceFilter(const std::string &name) : FilterBase(name) in ImageSourceFilter() function
33 ~ImageSourceFilter() override = default;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp26 REGISTER_FILTER_FACTORY(ImageSourceFilter);
28 ErrorCode ImageSourceFilter::SetSource(const std::shared_ptr<EffectBuffer> &source, in SetSource()
42 ErrorCode ImageSourceFilter::Prepare() in Prepare()
101 ErrorCode ImageSourceFilter::Start() in Start()
117 ErrorCode ImageSourceFilter::DoNegotiate() in DoNegotiate()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp75 std::shared_ptr<ImageSourceFilter> srcFilter_;
83 … = FilterFactory::Instance().CreateFilterWithType<ImageSourceFilter>(GET_FILTER_NAME(ImageSourceFi… in InitPipeline()
268 ErrorCode ConfigSourceFilter(std::shared_ptr<ImageSourceFilter> &srcFilter, std::shared_ptr<EffectB… in ConfigSourceFilter()
628 std::shared_ptr<ImageSourceFilter> &sourceFilter = impl_->srcFilter_; in Render()