Home
last modified time | relevance | path

Searched refs:formats_ (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp142 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
143 info_->formats_.emplace(IEffectFormat::YUVNV21, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
144 info_->formats_.emplace(IEffectFormat::YUVNV12, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp141 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
142 info_->formats_.emplace(IEffectFormat::YUVNV21, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
143 info_->formats_.emplace(IEffectFormat::YUVNV12, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/
H A Deffect_info.h65 std::map<IEffectFormat, std::vector<IPType>> formats_; member in OHOS::Media::Effect::EffectInfo
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp171 for (const auto &format : effectInfo->formats_) { in SwitchToOHEffectInfo()
215 auto it = std::find_if(effectInfo->formats_.begin(), effectInfo->formats_.end(), in IsMatchLookupCondition()
219 return it != effectInfo->formats_.end(); in IsMatchLookupCondition()
293 effectInfo->formats_.emplace(format.first, std::vector<IPType>{ IPType::CPU }); in SwitchToEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp233 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
234 info_->formats_.emplace(IEffectFormat::RGBA_1010102, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp77 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU });
H A DTestUtils.cpp401 effectInfo.formats_.emplace(IEffectFormat::DEFAULT, ipType); in HWTEST_F()
H A Dnative_image_effect_unittest.cpp84 effectInfo->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::GPU }); in GetEffectInfo()
117 effectInfo->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU }); in GetEffectInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp94 pixelFormatCap->formats = effectInfo->formats_; in GetPixelFormatCap()

Completed in 9 milliseconds