/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_water_ripple_filter_test.cpp | 62 * @tc.desc: Verify function ProcessImage
69 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 74 * @tc.desc: Verify function ProcessImage
81 EXPECT_EQ(geWaterRippleFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
in HWTEST_F() 86 * @tc.desc: Verify function ProcessImage
93 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 98 * @tc.desc: Verify function ProcessImage
105 EXPECT_NE(geWaterRippleFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F()
|
H A D | ge_grey_shader_filter_test.cpp | 74 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr); in HWTEST_F() 92 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 110 EXPECT_EQ(geGreyShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F()
|
H A D | ge_linear_gradient_blur_shader_filter_test.cpp | 97 * @tc.desc: Verify function ProcessImage
109 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image);
in HWTEST_F() 114 * @tc.desc: Verify function ProcessImage
125 EXPECT_NE(filter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 130 * @tc.desc: Verify function ProcessImage
144 EXPECT_NE(filter->ProcessImage(canvas_, image_, src, dst), image_);
in HWTEST_F() 149 * @tc.desc: Verify function ProcessImage
159 EXPECT_NE(filter0->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 164 EXPECT_NE(filter2->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 169 EXPECT_NE(filter3->ProcessImage(canvas in HWTEST_F() [all...] |
H A D | ge_magnifier_shader_filter_test.cpp | 80 * @tc.desc: Verify function ProcessImage 91 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image); in HWTEST_F() 96 * @tc.desc: Verify function ProcessImage 106 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 111 * @tc.desc: Verify function ProcessImage 124 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src, dst), image_); in HWTEST_F() 129 * @tc.desc: Verify function ProcessImage 139 EXPECT_EQ(filter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 142 EXPECT_EQ(filter->ProcessImage(canvas_, image, src_, dst_), image); in HWTEST_F()
|
H A D | ge_aibar_shader_filter_test.cpp | 63 * @tc.desc: Verify the ProcessImage: image is nullptr 74 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr); in HWTEST_F() 81 * @tc.desc: Verify the ProcessImage: filter param is invalid 92 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 99 * @tc.desc: Verify the ProcessImage: filter param is invalid 110 EXPECT_EQ(geAIBarShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F()
|
H A D | ge_mesa_blur_shader_filter_test.cpp | 80 * @tc.desc: Verify function ProcessImage 91 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image, src_, dst_), image); in HWTEST_F() 96 * @tc.desc: Verify function ProcessImage 106 EXPECT_EQ(geMESABlurShaderFilter1->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 113 EXPECT_EQ(geMESABlurShaderFilter2->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 118 * @tc.desc: Verify function ProcessImage 131 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F() 137 * @tc.desc: Verify function ProcessImage 150 EXPECT_EQ(geMESABlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_); in HWTEST_F()
|
H A D | ge_kawase_blur_shader_filter_test.cpp | 80 * @tc.desc: Verify function ProcessImage
87 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, nullptr, src_, dst_), nullptr);
in HWTEST_F() 92 * @tc.desc: Verify function ProcessImage
99 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 104 * @tc.desc: Verify function ProcessImage
111 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F() 116 * @tc.desc: Verify function ProcessImage
123 EXPECT_EQ(geKawaseBlurShaderFilter->ProcessImage(canvas_, image_, src_, dst_), image_);
in HWTEST_F()
|
/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 &imageId)
in ProcessImage() function in OHOS::Media::DeferredPhotoProcessingAdapter 124 MEDIA_ERR_LOG("ProcessImage deferredPhotoProcSession_ is nullptr");
in ProcessImage() 127 deferredPhotoProcSession_->ProcessImage(appName, imageId);
in ProcessImage()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_processor_test.cpp | 193 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, processor_->ProcessImage(data)); in HWTEST_F() 195 EXPECT_EQ(DH_SUCCESS, processor_->ProcessImage(data)); in HWTEST_F() 208 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, processor_->ProcessImage(data)); in HWTEST_F()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/colorspace/ |
H A D | metadata_generator.h | 33 IMAGE_EFFECT_EXPORT ErrorCode ProcessImage(SurfaceBuffer *inputImage);
|
/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<Drawing::Image> image,
|
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<Drawing::Image> image,
|
H A D | ge_water_ripple_filter.h | 38 std::shared_ptr<Drawing::Image> ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image,
|
/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;
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/ |
H A D | image_sink_processor.h | 38 int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) override;
|
H A D | iimage_sink_processor.h | 39 virtual int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) = 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 in OHOS::Rosen::RSShaderFilter
|
/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;
|
/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 35 EFFECT_LOGI("MetadataGenerator::ProcessImage IN"); in ProcessImage() 38 ErrorCode::ERR_INVALID_VPE_INSTANCE, "ProcessImage: invalid vpe instance!"); in ProcessImage() 39 CHECK_AND_RETURN_RET_LOG(inputImage != nullptr, ErrorCode::ERR_INPUT_NULL, "ProcessImage: inputImage is null!"); in ProcessImage() 43 "ProcessImage: invalid surface buffer!"); in ProcessImage() 47 "ProcessImage: MetadataGeneratorProcessImage fail! res=%{public}d", res); in ProcessImage() 49 EFFECT_LOGI("MetadataGenerator::ProcessImage OUT"); in ProcessImage()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/ |
H A D | deferred_photo_proc_adapter.h | 44 EXPORT void ProcessImage(const std::string &appName, const std::string &imageId);
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_grey_shader_filter.cpp | 36 std::shared_ptr<Drawing::Image> GEGreyShaderFilter::ProcessImage(Drawing::Canvas& canvas,
in ProcessImage() function in OHOS::Rosen::GEGreyShaderFilter
|
/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 180 MEDIA_ERR_LOG("DeferredPhotoProcSession::ProcessImage failed due to binder died."); in ProcessImage() 182 MEDIA_INFO_LOG("DeferredPhotoProcSession::ProcessImage() enter."); in ProcessImage() 183 remoteSession_->ProcessImage(appName, imageId); in ProcessImage()
|
/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 imageId) in ProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession 145 DP_INFO_LOG("ProcessImage error, inSync!"); in ProcessImage() 147 DP_INFO_LOG("ProcessImage enter."); in ProcessImage() 149 processor_->ProcessImage(appName, imageId); in ProcessImage()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/ |
H A D | deferred_photo_processor.cpp | 82 void DeferredPhotoProcessor::ProcessImage(const std::string& appName, const std::string& imageId) in ProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor 209 postProcessor_->ProcessImage(imageId); in PostProcess()
|