Home
last modified time | relevance | path

Searched refs:SetVideoSurface (Results 1 - 25 of 51) sorted by relevance

123

/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp289 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
346 EXPECT_NE(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
413 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
443 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
461 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
479 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
497 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
515 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
533 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurface)); in HWTEST_F()
551 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(videoSurfac in HWTEST_F()
[all...]
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.cpp150 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
196 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
222 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
252 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
275 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
324 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
354 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
431 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
460 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surface); in HWTEST_F()
486 ret = g_tagTestSample.adaptr->SetVideoSurface(g_surfac in HWTEST_F()
[all...]
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playersetvolume_fuzzer/
H A Dplayersetvolume_fuzzer.cpp51 player_->SetVideoSurface(producerSurface); in FuzzSetVolume()
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerseek_fuzzer/
H A Dplayerseek_fuzzer.cpp54 player_->SetVideoSurface(producerSurface); in FuzzSeek()
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h276 int32_t SetVideoSurface(Surface *surface);
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerfile_fuzzer/
H A Dplayerfile_fuzzer.cpp57 player_->SetVideoSurface(producerSurface); in FuzzFile()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.h78 ErrorCode SetVideoSurface(sptr<Surface> surface);
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_video_player.cpp74 ret = mediaPlayer_->SetVideoSurface(surface_); in Play()
76 LOGE("PlayVideo SetVideoSurface fail, errorCode: %{public}d", ret); in Play()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.h71 int32_t SetVideoSurface(sptr<Surface> surface) override;
143 int32_t SetVideoSurface(MessageParcel &data, MessageParcel &reply);
H A Di_standard_player_service.h80 virtual int32_t SetVideoSurface(sptr<Surface> surface) = 0;
H A Dplayer_service_proxy.h62 int32_t SetVideoSurface(sptr<Surface> surface) override;
H A Dplayer_service_stub.cpp123 playerFuncs_[SET_VIDEO_SURFACE] = { "SetVideoSurface", in FillPlayerFuncPart1()
124 [this](MessageParcel &data, MessageParcel &reply) { return SetVideoSurface(data, reply); } }; in FillPlayerFuncPart1()
489 int32_t PlayerServiceStub::SetVideoSurface(sptr<Surface> surface) in SetVideoSurface() function in OHOS::Media::PlayerServiceStub
491 MediaTrace trace("PlayerServiceStub::SetVideoSurface"); in SetVideoSurface()
492 MEDIA_LOGD("SetVideoSurface"); in SetVideoSurface()
494 return playerServer_->SetVideoSurface(surface); in SetVideoSurface()
930 int32_t PlayerServiceStub::SetVideoSurface(MessageParcel &data, MessageParcel &reply) in SetVideoSurface() function in OHOS::Media::PlayerServiceStub
944 reply.WriteInt32(SetVideoSurface(surface)); in SetVideoSurface()
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h404 virtual int32_t SetVideoSurface(sptr<Surface> surface) = 0;
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h67 int32_t SetVideoSurface(sptr<Surface> surface) override;
H A Dplayer_client.cpp335 int32_t PlayerClient::SetVideoSurface(sptr<Surface> surface) in SetVideoSurface() function in OHOS::Media::PlayerClient
340 return playerProxy_->SetVideoSurface(surface); in SetVideoSurface()
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer.cpp126 int32_t Player::SetVideoSurface(Surface *surface) in SetVideoSurface() function in OHOS::Media::Player
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer.cpp118 int32_t Player::SetVideoSurface(Surface *surface) in SetVideoSurface() function in OHOS::Media::Player
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dcast_stream_player.h142 bool SetVideoSurface(sptr<Surface> surface);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dcast_stream_player.h142 bool SetVideoSurface(sptr<Surface> surface);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_surface_node_demo.cpp156 media_ret = player->SetVideoSurface(producerSurface); in Init()
158 cout << "SetVideoSurface fail" << endl; in Init()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h68 int32_t SetVideoSurface(sptr<Surface> surface) override;
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h103 virtual int32_t SetVideoSurface(sptr<Surface> surface) = 0;
/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h64 int32_t SetVideoSurface(sptr<Surface> surface) override;
H A Dplayer_impl.cpp386 int32_t PlayerImpl::SetVideoSurface(sptr<Surface> surface) in SetVideoSurface() function in OHOS::Media::PlayerImpl
388 MEDIA_LOGD("PlayerImpl:0x%{public}06" PRIXPTR " SetVideoSurface in", FAKE_POINTER(this)); in SetVideoSurface()
392 return playerService_->SetVideoSurface(surface); in SetVideoSurface()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddecoder_surface_filter.h81 Status SetVideoSurface(sptr<Surface> videoSurface);

Completed in 15 milliseconds

123