Searched refs:formats_ (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 142 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 D | contrast_efilter.cpp | 141 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 D | effect_info.h | 65 std::map<IEffectFormat, std::vector<IPType>> formats_; member in OHOS::Media::Effect::EffectInfo
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 171 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 D | crop_efilter.cpp | 233 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 D | TestImageEffect.cpp | 77 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU });
|
H A D | TestUtils.cpp | 401 effectInfo.formats_.emplace(IEffectFormat::DEFAULT, ipType); in HWTEST_F()
|
H A D | native_image_effect_unittest.cpp | 84 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 D | efilter.cpp | 94 pixelFormatCap->formats = effectInfo->formats_; in GetPixelFormatCap()
|
Completed in 9 milliseconds