Home
last modified time | relevance | path

Searched refs:ProcessImage (Results 1 – 25 of 71) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_linear_gradient_blur_shader_filter_test.cpp109 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
125 EXPECT_NE(filter->ProcessImage(canvas_, image_, src_, dst_), image_);
144 EXPECT_NE(filter->ProcessImage(canvas_, image_, src, dst), image_);
159 EXPECT_NE(filter0->ProcessImage(canvas_, image_, src_, dst_), image_);
164 EXPECT_NE(filter2->ProcessImage(canvas_, image_, src_, dst_), image_);
169 EXPECT_NE(filter3->ProcessImage(canvas_, image_, src_, dst_), image_);
174 EXPECT_NE(filter4->ProcessImage(canvas_, image_, src_, dst_), image_);
206 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
224 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
228 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
[all …]
H A Dge_water_ripple_filter_test.cpp69 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
81 EXPECT_EQ(geWaterRippleFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
93 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
105 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
H A Dge_magnifier_shader_filter_test.cpp91 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
106 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src_, dst_), image_);
124 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src, dst), image_);
139 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src_, dst_), image_);
142 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
H A Dge_mesa_blur_shader_filter_test.cpp91 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image, src_, dst_), image);
106 EXPECT_EQ(geMESABlurShaderFilter1->ProcessImage(canvas_, image_, src_, dst_), image_);
113 EXPECT_EQ(geMESABlurShaderFilter2->ProcessImage(canvas_, image_, src_, dst_), image_);
131 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
150 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
H A Dge_grey_shader_filter_test.cpp74 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
92 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
110 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
H A Dge_aibar_shader_filter_test.cpp74 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
92 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
110 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
H A Dge_kawase_blur_shader_filter_test.cpp85 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
97 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
109 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_session_v12.md25 | [ProcessImage](#processimage) ([in] String imageId) | 按镜像ID处理特定镜像。 |
83 ### ProcessImage()
86 IImageProcessSession::ProcessImage ([in] String imageId)
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_photo_proc_adapter.cpp119 void DeferredPhotoProcessingAdapter::ProcessImage(const std::string &appName, const std::string &im… in ProcessImage() function in OHOS::Media::DeferredPhotoProcessingAdapter
127 deferredPhotoProcSession_->ProcessImage(appName, imageId); in ProcessImage()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_processor_test.cpp193 EXPECT_EQ(DH_SUCCESS, processor_->ProcessImage(data));
206 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, processor_->ProcessImage(data));
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/colorspace/
H A Dmetadata_generator.h33 IMAGE_EFFECT_EXPORT ErrorCode ProcessImage(SurfaceBuffer *inputImage);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_grey_shader_filter.h29 …std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawin…
H A Dge_shader_filter.h30 virtual std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas,
H A Dge_aibar_shader_filter.h34 …std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawin…
H A Dge_water_ripple_filter.h38 …std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawin…
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp142 int32_t DeferredPhotoProcessingSession::ProcessImage(const std::string& appName, const std::string … in ProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession
149 processor_->ProcessImage(appName, imageId); in ProcessImage()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor.h39 virtual int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) = 0;
H A Dimage_sink_processor.h38 int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session.h37 virtual int32_t ProcessImage(const std::string& appName, const std::string imageId) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp84 void DeferredPhotoProcessor::ProcessImage(const std::string& appName, const std::string& imageId) in ProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
211 postProcessor_->ProcessImage(imageId); in PostProcess()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp177 void DeferredPhotoProcSession::ProcessImage(const std::string& appName, const std::string& imageId) in ProcessImage() function in OHOS::CameraStandard::DeferredPhotoProcSession
183 remoteSession_->ProcessImage(appName, imageId); in ProcessImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Ddeferred_photo_proc_adapter.h45 EXPORT void ProcessImage(const std::string &appName, const std::string &imageId);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/
H A Dmetadata_generator.cpp33 ErrorCode MetadataGenerator::ProcessImage(SurfaceBuffer *inputImage) in ProcessImage() function in OHOS::Media::Effect::MetadataGenerator
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_proxy.h34 int32_t ProcessImage(const std::string& appName, const std::string imageId) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shader_filter.h53 virtual std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, in ProcessImage() function

123