Home
last modified time | relevance | path

Searched refs:SetSurface (Results 1 - 25 of 128) sorted by relevance

123456

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl.cpp55 int32_t MirrorPlayerImpl::SetSurface(sptr<IBufferProducer> producer) in SetSurface() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
57 CLOGD("SetSurface in"); in SetSurface()
63 return session->SetSurface(producer); in SetSurface()
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/
H A Dmirror_player_impl.cpp55 int32_t MirrorPlayerImpl::SetSurface(sptr<IBufferProducer> producer) in SetSurface() function in OHOS::CastEngine::CastEngineService::MirrorPlayerImpl
57 CLOGD("SetSurface in"); in SetSurface()
63 return session->SetSurface(producer); in SetSurface()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player.cpp52 int32_t MirrorPlayer::SetSurface(const std::string &surfaceId) in SetSurface() function in OHOS::CastEngine::CastEngineClient::MirrorPlayer
69 return proxy_ ? proxy_->SetSurface(producer) : CAST_ENGINE_ERROR; in SetSurface()
H A Dstream_player.cpp54 int32_t StreamPlayer::SetSurface(const std::string &surfaceId) in SetSurface() function in OHOS::CastEngine::CastEngineClient::StreamPlayer
71 return proxy_ ? proxy_->SetSurface(producer) : CAST_ENGINE_ERROR; in SetSurface()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.cpp40 void SurfaceFrameOhosGl::SetSurface(EGLSurface surface) in SetSurface() function in OHOS::Rosen::SurfaceFrameOhosGl
H A Dsurface_frame_ohos_gl.h34 void SetSurface(EGLSurface surface);
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_delegator_test.cpp124 qwe->SetSurface(aSurface); in HWTEST_F()
140 qwe->SetSurface(pSurface); in HWTEST_F()
157 qwe->SetSurface(pSurface); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dtransact_surface_delegator_stub.cpp23 void TransactSurfaceDelegatorStub::SetSurface(sptr<Surface> surface) in SetSurface() function in OHOS::TransactSurfaceDelegatorStub
/foundation/graphic/graphic_surface/surface/include/
H A Dtransact_surface_delegator_stub.h35 void SetSurface(sptr<Surface> surface);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.h35 void SetSurface(const sptr<IConsumerSurface>& surface);
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.cpp39 void DecodeSurfaceListener::SetSurface(const sptr<IConsumerSurface>& surface) in SetSurface() function in OHOS::DistributedHardware::DecodeSurfaceListener
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_mirror_player.h39 virtual int32_t SetSurface(const std::string &surfaceId) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/include/
H A Dmirror_player_impl.h37 int32_t SetSurface(sptr<IBufferProducer> producer) override;
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/include/
H A Dmirror_player_impl.h37 int32_t SetSurface(sptr<IBufferProducer> producer) override;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dmirror_player.h38 int32_t SetSurface(const std::string &surfaceId) override;
H A Dmirror_player_impl_proxy.h38 int32_t SetSurface(sptr<IBufferProducer> producer) override;
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_media_player.h48 MOCK_METHOD0(SetSurface, int32_t());
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp103 int32_t Player::PlayerClient::SetSurface(Surface *surface) in SetSurface() function in OHOS::Media::Player::PlayerClient
109 return impl_->SetSurface(surface); in SetSurface()
H A Dplayer_client.h51 int32_t SetSurface(Surface *surface);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/
H A Dvideoplaycontroller_unit_test.cpp607 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
707 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
719 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
734 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
740 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
758 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
775 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
792 ret = videoPlayController->SetSurface(g_testBase.GetSurface()); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_mirror_player_impl.h43 virtual int32_t SetSurface(sptr<IBufferProducer> producer) = 0;
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_mirror_player.h61 static napi_value SetSurface(napi_env env, napi_callback_info info);
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp79 bool VideoPlayController::SetSurface(sptr<Surface> surface, bool keyFrame) in SetSurface() function in OHOS::Sharing::VideoPlayController
97 isVaild = videoSinkDecoder_->SetSurface(surface); in SetSurface()
110 if ((nullptr != videoSinkDecoder_) && (videoSinkDecoder_->SetSurface(surface))) { in SetSurface()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp45 layerInfo_->SetSurface(cSurface); in SetUpTestCase()
222 HdiLayerTest::layerInfo_->SetSurface(nullptr); in HWTEST_F()
224 HdiLayerTest::layerInfo_->SetSurface(tmpSurface); in HWTEST_F()
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_loader.cpp112 VideoProcessing_ErrorCode VideoProcessingNdkLoader::SetSurface(OH_VideoProcessing* videoProcessor,
116 return intfNdk->SetSurface(videoProcessor, window);

Completed in 11 milliseconds

123456