diff --git a/interfaces/inner_api/contrast_enhancer_image.h b/interfaces/inner_api/contrast_enhancer_image.h index fb7a0e2..eef0f6d 100644 --- a/interfaces/inner_api/contrast_enhancer_image.h +++ b/interfaces/inner_api/contrast_enhancer_image.h @@ -112,7 +112,11 @@ public: * @return 返回错误码 VPEAlgoErrCode * @since 16 */ +<<<<<<< HEAD virtual VPEAlgoErrCode ComposeFOVImage(OHOS::Rect displayArea, sptr oriBuffer, +======= + virtual VPEAlgoErrCode ComposeFOVImage()(OHOS::Rect displayArea, sptr oriBuffer, +>>>>>>> dc0ab2d59bfaf53af4f8f9a04d70c420c722297e sptr lhdrBuffer, sptr outBuffer, ContrastEnhancerInfo info) = 0; protected: ContrastEnhancerImage() = default;