Home
last modified time | relevance | path

Searched refs:allocatorTypeToEffectBuffType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.h108 static const std::unordered_map<AllocatorType, BufferType> allocatorTypeToEffectBuffType_; variable
H A Dcommon_utils.cpp62 const std::unordered_map<AllocatorType, BufferType> CommonUtils::allocatorTypeToEffectBuffType_ = { member in OHOS::Media::Effect::CommonUtils
310 auto itr = allocatorTypeToEffectBuffType_.find(allocatorType); in SwitchToEffectBuffType()
311 if (itr != allocatorTypeToEffectBuffType_.end()) { in SwitchToEffectBuffType()