Home
last modified time | relevance | path

Searched refs:SetOutputPixelMap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_inner_unittest.cpp141 result = imageEffect_->SetOutputPixelMap(mockPixelMap_);
158 result = imageEffect_->SetOutputPixelMap(mockPixelMap_);
H A DTestImageEffect.cpp157 result = imageEffect->SetOutputPixelMap(mockPixelMap_);
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h71 IMAGE_EFFECT_EXPORT virtual ErrorCode SetOutputPixelMap(PixelMap *pixelMap);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp403 …imageEffect->imageEffect_->SetOutputPixelMap(NativeCommonUtils::GetPixelMapFromOHPixelmap(pixelmap… in OH_ImageEffect_SetOutputPixelmap()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp705 ErrorCode ImageEffect::SetOutputPixelMap(PixelMap* pixelMap) in SetOutputPixelMap() function in OHOS::Media::Effect::ImageEffect