Home
last modified time | relevance | path

Searched defs:inputFormat (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dinput_unittest.cpp43 auto inputFormat = std::make_shared<std::string>("jpg"); variable
70 auto inputFormat = std::make_shared<std::string>("png"); variable
97 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
H A Doutput_unittest.cpp313 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
380 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
H A Dimage_chain_unittest.cpp94 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp697 bool NeedProtectionConversion(const PixelFormat inputFormat, const PixelFormat outputFormat) in NeedProtectionConversion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp422 std::string inputFormat = GetFormat(); in ParseInputFormat() local