/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_linear_gradient_blur_shader_filter_test.cpp | 109 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 D | ge_water_ripple_filter_test.cpp | 69 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 D | ge_magnifier_shader_filter_test.cpp | 91 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 D | ge_mesa_blur_shader_filter_test.cpp | 91 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 D | ge_grey_shader_filter_test.cpp | 74 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 D | ge_aibar_shader_filter_test.cpp | 74 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 D | ge_kawase_blur_shader_filter_test.cpp | 85 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 D | interface_i_image_process_session_v12.md | 25 | [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 D | deferred_photo_proc_adapter.cpp | 119 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 D | image_sink_processor_test.cpp | 193 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 D | metadata_generator.h | 33 IMAGE_EFFECT_EXPORT ErrorCode ProcessImage(SurfaceBuffer *inputImage);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_grey_shader_filter.h | 29 …std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawin…
|
H A D | ge_shader_filter.h | 30 virtual std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas,
|
H A D | ge_aibar_shader_filter.h | 34 …std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawin…
|
H A D | ge_water_ripple_filter.h | 38 …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 D | deferred_photo_processing_session.cpp | 142 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 D | iimage_sink_processor.h | 39 virtual int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) = 0;
|
H A D | image_sink_processor.h | 38 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 D | ideferred_photo_processing_session.h | 37 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 D | deferred_photo_processor.cpp | 84 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 D | deferred_photo_proc_session.cpp | 177 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 D | deferred_photo_proc_adapter.h | 45 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 D | metadata_generator.cpp | 33 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 D | deferred_photo_processing_session_proxy.h | 34 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 D | rs_shader_filter.h | 53 virtual std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, in ProcessImage() function
|