Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h183 void SetOutputType(DataType type);
H A Drender_environment.cpp581 void RenderEnvironment::SetOutputType(DataType type) in SetOutputType() function in OHOS::Media::Effect::RenderEnvironment
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp642 … impl_->effectContext_->renderEnvironment_->SetOutputType(dstEffectBuffer->extraInfo_->dataType); in Render()
644 … impl_->effectContext_->renderEnvironment_->SetOutputType(srcEffectBuffer->extraInfo_->dataType); in Render()