Home
last modified time | relevance | path

Searched defs:algoImpl (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/video_processing_engine/framework/algorithm/contrast_enhancer/
Dcontrast_enhancer_image_fwk.cpp101 std::shared_ptr<ContrastEnhancerBase> algoImpl = manager.CreateContrastEnhancer(type); in CreateAlgorithm() local
140 auto algoImpl = GetAlgorithm(parameter_.type); in GetRegionHist() local
150 auto algoImpl = GetAlgorithm(parameter_.type); in UpdateMetadataBasedOnHist() local
159 auto algoImpl = GetAlgorithm(parameter_.type); in UpdateMetadataBasedOnPixel() local
/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/
Ddetail_enhancer_image_fwk.cpp125 std::shared_ptr<DetailEnhancerBase> algoImpl = manager.CreateDetailEnhancer(level); in CreateAlgorithm() local
192 auto algoImpl = GetAlgorithm(DETAIL_ENH_LEVEL_VIDEO); in ProcessVideo() local
247 auto algoImpl = GetAlgorithm(level); in DoProcess() local