Home
last modified time | relevance | path

Searched refs:SwitchToEffectFormat (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h99 static IEffectFormat SwitchToEffectFormat(GraphicPixelFormat pixelFormat);
100 static IEffectFormat SwitchToEffectFormat(PixelFormat pixelFormat);
H A Dcommon_utils.cpp90 IEffectFormat formatType = SwitchToEffectFormat(pixelMap->GetPixelFormat()); in LockPixelMap()
165 bufferInfo->formatType_ = SwitchToEffectFormat((GraphicPixelFormat)surfaceBuffer->GetFormat()); in ParseSurfaceData()
254 IEffectFormat CommonUtils::SwitchToEffectFormat(GraphicPixelFormat pixelFormat) in SwitchToEffectFormat() function in OHOS::Media::Effect::CommonUtils
266 IEffectFormat CommonUtils::SwitchToEffectFormat(PixelFormat pixelFormat) in SwitchToEffectFormat() function in OHOS::Media::Effect::CommonUtils
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp52 CommonUtils::SwitchToEffectFormat(pixelMap->GetPixelFormat())) * in CopyDataToPixelMap()
54 .formatType_ = CommonUtils::SwitchToEffectFormat(pixelMap->GetPixelFormat()), in CopyDataToPixelMap()
91 …CommonUtils::SwitchToEffectFormat(pixelMap->GetPixelFormat()) == buffer->bufferInfo_->formatType_)… in ModifyPixelMap()
109 … .formatType_ = CommonUtils::SwitchToEffectFormat((GraphicPixelFormat)surfaceBuffer->GetFormat()), in CopyDataToSurfaceBuffer()
142 CommonUtils::SwitchToEffectFormat((GraphicPixelFormat)surfaceBuffer->GetFormat()) == in ModifySurfaceBuffer()
198 …CommonUtils::SwitchToEffectFormat(pixelMap->GetPixelFormat()) == buffer->bufferInfo_->formatType_)… in ModifyPictureForInnerPixelMap()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp791 … .formatType_ = CommonUtils::SwitchToEffectFormat((GraphicPixelFormat)buffer->GetFormat()), in MemoryCopyForSurfaceBuffer()
801 … .formatType_ = CommonUtils::SwitchToEffectFormat((GraphicPixelFormat)outBuffer->GetFormat()), in MemoryCopyForSurfaceBuffer()