Home
last modified time | relevance | path

Searched refs:VideoCaptureRangeAdapter (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_capture_range_adapter_impl.h27 explicit ArkVideoCaptureRangeAdapterImpl(std::shared_ptr<OHOS::NWeb::VideoCaptureRangeAdapter>);
38 std::shared_ptr<OHOS::NWeb::VideoCaptureRangeAdapter> real_;
H A Dark_video_capture_range_adapter_impl.cpp23 std::shared_ptr<OHOS::NWeb::VideoCaptureRangeAdapter> ref) in ArkVideoCaptureRangeAdapterImpl()
H A Dark_camera_manager_adapter_impl.cpp83 std::shared_ptr<NWeb::VideoCaptureRangeAdapter> adapter = real_.GetCaptionRangeById((NWeb::RangeIDAdapter)rangeId); in GetCaptionRangeById()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_capture_range_adapter_wrapper.h25 class ArkVideoCaptureRangeAdapterWrapper : public NWeb::VideoCaptureRangeAdapter {
H A Dark_camera_manager_adapter_wrapper.h38 std::shared_ptr<NWeb::VideoCaptureRangeAdapter> GetCaptionRangeById(NWeb::RangeIDAdapter rangeId) override;
H A Dark_camera_manager_adapter_wrapper.cpp93 std::shared_ptr<NWeb::VideoCaptureRangeAdapter> ArkCameraManagerAdapterWrapper::GetCaptionRangeById( in GetCaptionRangeById()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dcamera_manager_adapter.h166 class VideoCaptureRangeAdapter { class
168 VideoCaptureRangeAdapter() = default;
170 virtual ~VideoCaptureRangeAdapter() = default;
261 virtual std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) = 0;
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dvideo_capture_range_adapter_impl.h23 class VideoCaptureRangeAdapterImpl : public VideoCaptureRangeAdapter {
H A Dcamera_manager_adapter_impl.h95 std::shared_ptr<VideoCaptureRangeAdapter> GetCaptionRangeById(RangeIDAdapter rangeId) override;
130 std::shared_ptr<VideoCaptureRangeAdapter> GetExposureCompensation();
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_mock.cpp45 std::shared_ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById()
H A Dcamera_manager_adapter_impl.cpp473 std::shared_ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetExposureCompensation() in GetExposureCompensation()
481 WVLOG_E("new VideoCaptureRangeAdapter failed"); in GetExposureCompensation()
496 std::shared_ptr<VideoCaptureRangeAdapter> CameraManagerAdapterImpl::GetCaptionRangeById(RangeIDAdapter rangeId) in GetCaptionRangeById()
504 std::shared_ptr<VideoCaptureRangeAdapter> result = nullptr; in GetCaptionRangeById()
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp420 std::shared_ptr<VideoCaptureRangeAdapter> rangeVal = adapter.GetExposureCompensation(); in HWTEST_F()
478 std::shared_ptr<VideoCaptureRangeAdapter> rangeVal = adapter.GetExposureCompensation(); in HWTEST_F()
554 std::shared_ptr<VideoCaptureRangeAdapter> rangeVal = in HWTEST_F()

Completed in 6 milliseconds