Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_producer_surface_adapter_impl.h27 explicit ArkProducerSurfaceAdapterImpl(std::shared_ptr<OHOS::NWeb::ProducerSurfaceAdapter>);
35 std::shared_ptr<OHOS::NWeb::ProducerSurfaceAdapter> real_;
H A Dark_producer_surface_adapter_impl.cpp26 ArkProducerSurfaceAdapterImpl::ArkProducerSurfaceAdapterImpl(std::shared_ptr<OHOS::NWeb::ProducerSurfaceAdapter> ref) in ArkProducerSurfaceAdapterImpl()
H A Dark_media_codec_encoder_adapter_impl.cpp85 std::shared_ptr<NWeb::ProducerSurfaceAdapter> surface = real_->CreateInputSurface(); in CreateInputSurface()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_producer_surface_adapter_wrapper.h25 class ArkProducerSurfaceAdapterWrapper : public OHOS::NWeb::ProducerSurfaceAdapter {
H A Dark_media_codec_encoder_adapter_wrapper.h48 std::shared_ptr<OHOS::NWeb::ProducerSurfaceAdapter> CreateInputSurface() override;
H A Dark_media_codec_encoder_adapter_wrapper.cpp101 std::shared_ptr<OHOS::NWeb::ProducerSurfaceAdapter> ArkMediaCodecEncoderAdapterWrapper::CreateInputSurface() in CreateInputSurface()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h298 class ProducerSurfaceAdapter { class
300 ProducerSurfaceAdapter() = default;
302 virtual ~ProducerSurfaceAdapter() = default;
H A Dmedia_codec_adapter.h148 virtual std::shared_ptr<ProducerSurfaceAdapter> CreateInputSurface() = 0;
/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_codec_encoder_adapter_impl.h58 std::shared_ptr<ProducerSurfaceAdapter> CreateInputSurface() override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dsurface_adapter_impl.h87 class ProducerSurfaceAdapterImpl : public ProducerSurfaceAdapter {
/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp53 class ProducerSurfaceAdapterMock : public ProducerSurfaceAdapter {
263 std::shared_ptr<ProducerSurfaceAdapter> surface = mediaCodecEncoderAdapterImpl->CreateInputSurface(); in HWTEST_F()
370 std::shared_ptr<ProducerSurfaceAdapter> surfaceAdapter = in HWTEST_F()
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_encoder_adapter_impl.cpp207 std::shared_ptr<ProducerSurfaceAdapter> MediaCodecEncoderAdapterImpl::CreateInputSurface() in CreateInputSurface()

Completed in 5 milliseconds