Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
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
Doutput_unittest.cpp313 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
380 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
Dimage_chain_unittest.cpp94 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
/foundation/multimedia/av_codec/services/engine/source/
Dsource.cpp504 std::shared_ptr<AVInputFormat> inputFormat = iter -> second; in SniffInputFormat() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_pattern.cpp301 std::string inputFormat = (GetFormat() == DEFAULT_FORMAT) ? "aa h:m:s" : GetFormat(); in ParseInputFormat() local