Home
last modified time | relevance | path

Searched refs:ProcessImage (Results 1 - 25 of 55) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_water_ripple_filter_test.cpp62 * @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 Dge_grey_shader_filter_test.cpp74 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 Dge_linear_gradient_blur_shader_filter_test.cpp97 * @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 Dge_magnifier_shader_filter_test.cpp80 * @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 Dge_aibar_shader_filter_test.cpp63 * @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 Dge_mesa_blur_shader_filter_test.cpp80 * @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 Dge_kawase_blur_shader_filter_test.cpp80 * @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 Ddeferred_photo_proc_adapter.cpp119 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 Dimage_sink_processor_test.cpp193 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 Dmetadata_generator.h33 IMAGE_EFFECT_EXPORT ErrorCode ProcessImage(SurfaceBuffer *inputImage);
/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<Drawing::Image> image,
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<Drawing::Image> image,
H A Dge_water_ripple_filter.h38 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 Dideferred_photo_processing_session.h37 virtual int32_t ProcessImage(const std::string& appName, const std::string imageId) = 0;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Dimage_sink_processor.h38 int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) override;
H A Diimage_sink_processor.h39 virtual int32_t ProcessImage(const std::shared_ptr<DataBuffer> &data) = 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 in OHOS::Rosen::RSShaderFilter
/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;
/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
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 Ddeferred_photo_proc_adapter.h44 EXPORT void ProcessImage(const std::string &appName, const std::string &imageId);
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_grey_shader_filter.cpp36 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 Ddeferred_photo_proc_session.cpp177 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 Ddeferred_photo_processing_session.cpp142 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 Ddeferred_photo_processor.cpp82 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()

Completed in 11 milliseconds

123