Home
last modified time | relevance | path

Searched refs:ProcessAlgorithm (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/
Ddetail_enhancer_image_fwk.cpp204 if (ProcessAlgorithm(algoImpl, input, output) != VPE_ALGO_ERR_OK) { in ProcessVideo()
259 if (ProcessAlgorithm(algoImpl, input, output) == VPE_ALGO_ERR_OK) { in DoProcess()
318 VPEAlgoErrCode DetailEnhancerImageFwk::ProcessAlgorithm(const std::shared_ptr<DetailEnhancerBase>& … in ProcessAlgorithm() function in OHOS::Media::VideoProcessingEngine::DetailEnhancerImageFwk
/foundation/multimedia/video_processing_engine/framework/algorithm/detail_enhancer/include/
Ddetail_enhancer_image_fwk.h52 …VPEAlgoErrCode ProcessAlgorithm(const std::shared_ptr<DetailEnhancerBase>& algo, const sptr<Surfac…