Home
last modified time | relevance | path

Searched refs:CreateAlgorithm (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/video_processing_engine/framework/algorithm/contrast_enhancer/
Dcontrast_enhancer_image_fwk.cpp85 std::shared_ptr<ContrastEnhancerBase> algo = CreateAlgorithm(level); in GetAlgorithm()
97 std::shared_ptr<ContrastEnhancerBase> ContrastEnhancerImageFwk::CreateAlgorithm(ContrastEnhancerTyp… in CreateAlgorithm() function in OHOS::Media::VideoProcessingEngine::ContrastEnhancerImageFwk
/foundation/multimedia/video_processing_engine/framework/algorithm/contrast_enhancer/include/
Dcontrast_enhancer_image_fwk.h45 std::shared_ptr<ContrastEnhancerBase> CreateAlgorithm(ContrastEnhancerType feature);
/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/include/
Ddetail_enhancer_image_fwk.h44 std::shared_ptr<DetailEnhancerBase> CreateAlgorithm(int feature);
/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/
Ddetail_enhancer_image_fwk.cpp109 auto algo = CreateAlgorithm(level); in GetAlgorithm()
121 std::shared_ptr<DetailEnhancerBase> DetailEnhancerImageFwk::CreateAlgorithm(int level) in CreateAlgorithm() function in OHOS::Media::VideoProcessingEngine::DetailEnhancerImageFwk