Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing.cpp39 std::function<bool(VideoProcessingNdkLoader&)>&& operationLoader) in CallVideoProcessingSupport() argument
42 auto support = operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessingSupport()
51 std::function<VideoProcessing_ErrorCode(VideoProcessingNdkLoader&)>&& operationLoader) in CallVideoProcessing() argument
54 return operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessing()
70 std::function<VideoProcessing_ErrorCode(VideoProcessingNdkLoader&)>&& operationLoader) in CallVideoProcessingCallback() argument
73 return operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessingCallback()
89 std::function<VideoProcessing_ErrorCode(VideoProcessingNdkLoader&)>&& operationLoader) in CallVideoProcessingWithLoad() argument
92 return operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessingWithLoad()
99 std::function<VideoProcessing_ErrorCode(VideoProcessingNdkLoader&)>&& operationLoader) in CallVideoProcessingWithUnload() argument
102 auto ret = operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessingWithUnload()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing.cpp41 std::function<bool(ImageProcessingNdkLoader&)>&& operationLoader) in CallImageProcessingSupport() argument
44 auto support = operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessingSupport()
54 std::function<ImageProcessing_ErrorCode(ImageProcessingNdkLoader&)>&& operationLoader) in CallImageProcessing() argument
57 return operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessing()
73 std::function<ImageProcessing_ErrorCode(ImageProcessingNdkLoader&)>&& operationLoader) in CallImageProcessingWithLoad() argument
76 return operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessingWithLoad()
83 std::function<ImageProcessing_ErrorCode(ImageProcessingNdkLoader&)>&& operationLoader) in CallImageProcessingWithUnload() argument
86 auto ret = operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessingWithUnload()