Home
last modified time | relevance | path

Searched defs:imageCreator (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_creator_manager_test.cpp39 shared_ptr<ImageCreator> imageCreator; variable
57 shared_ptr<ImageCreator> imageCreator; variable
75 shared_ptr<ImageCreator> imageCreator; variable
91 shared_ptr<ImageCreator> imageCreator = nullptr; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
Dimage_creator_manager.cpp20 string ImageCreatorManager::SaveImageCreator(shared_ptr<ImageCreator> imageCreator) in SaveImageCreator()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_creator_napi.cpp478 int64_t &timestamp, OHOS::Rect &damage, std::shared_ptr<ImageCreator> imageCreator) in TestAcquireBuffer()
501 static void DoTest(std::shared_ptr<ImageCreator> imageCreator) in DoTest()