Home
last modified time | relevance | path

Searched refs:VideoInfoAdapter (Results 1 - 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_video_info_adapter_impl.h26 explicit ArkVideoInfoAdapterImpl(std::shared_ptr<OHOS::NWeb::VideoInfoAdapter>);
33 std::shared_ptr<OHOS::NWeb::VideoInfoAdapter> real_;
H A Dark_video_info_adapter_impl.cpp24 ArkVideoInfoAdapterImpl::ArkVideoInfoAdapterImpl(std::shared_ptr<OHOS::NWeb::VideoInfoAdapter> ref) : real_(ref) {} in ArkVideoInfoAdapterImpl()
H A Dark_screen_capture_config_adapter_impl.cpp51 std::shared_ptr<NWeb::VideoInfoAdapter> info = real_->GetVideoInfo(); in GetVideoInfo()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dscreen_capture_adapter.h215 class VideoInfoAdapter { class in OHOS::NWeb::CaptureModeAdapter::DataTypeAdapter
217 VideoInfoAdapter() = default;
219 virtual ~VideoInfoAdapter() = default;
253 virtual std::shared_ptr<VideoInfoAdapter> GetVideoInfo() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_video_info_adapter_wrapper.h25 class ArkVideoInfoAdapterWrapper : public NWeb::VideoInfoAdapter {
H A Dark_screen_capture_config_adapter_wrapper.h35 std::shared_ptr<NWeb::VideoInfoAdapter> GetVideoInfo() override;
H A Dark_screen_capture_config_adapter_wrapper.cpp51 std::shared_ptr<NWeb::VideoInfoAdapter> ArkScreenCaptureConfigAdapterWrapper::GetVideoInfo() in GetVideoInfo()
/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp194 class MockVideoInfoAdapter : public VideoInfoAdapter {
249 std::shared_ptr<VideoInfoAdapter> GetVideoInfo() in GetVideoInfo()

Completed in 5 milliseconds