Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp1029 auto configTypeIt = std::find_if(configTypeTab_.begin(), configTypeTab_.end(), in Configure() local
1032 …CHECK_AND_RETURN_RET_LOG(configTypeIt != configTypeTab_.end(), ErrorCode::ERR_UNSUPPORTED_CONFIG_T… in Configure()
1035 ConfigType configType = configTypeIt->second; in Configure()