Searched refs:allocatorTypeToEffectBuffType_ (Results 1 – 2 of 2) sorted by relevance
108 static const std::unordered_map<AllocatorType, BufferType> allocatorTypeToEffectBuffType_; variable
62 const std::unordered_map<AllocatorType, BufferType> CommonUtils::allocatorTypeToEffectBuffType_ = { member in OHOS::Media::Effect::CommonUtils310 auto itr = allocatorTypeToEffectBuffType_.find(allocatorType); in SwitchToEffectBuffType()311 if (itr != allocatorTypeToEffectBuffType_.end()) { in SwitchToEffectBuffType()