Home
last modified time | relevance | path

Searched defs:formatIter (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp90 auto formatIter = formatFuncs.find(formatType); in Render() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp89 auto formatIter = formatFuncs.find(formatType); in Render() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp143 auto formatIter = std::find_if(FORMAT_TABLE.begin(), FORMAT_TABLE.end(), in SwitchToFormatType() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp224 …t ImageSource::CheckFormatHint(const std::string &formatHint, FormatAgentMap::iterator &formatIter) in CheckFormatHint()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1464 auto formatIter = imageSource->formatAgentMap_.begin(); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1981 …nt32_t ImageSource::CheckFormatHint(const string &formatHint, FormatAgentMap::iterator &formatIter) in CheckFormatHint()