Searched refs:oldSurface (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_ui_first_render_drawable_test.cpp | 367 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F() 394 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F() 427 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_ui_first_surface_render_node_drawable_test.cpp | 351 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F() 395 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F() 416 func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newSurface, in HWTEST_F()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 1153 SurfaceItem oldSurface = currSurface_; in SwitchBetweenSurface() local 1167 oldSurface.surface_->CleanCache(true); // make sure old surface is empty and go black in SwitchBetweenSurface() 1168 oldSurface.Release(); in SwitchBetweenSurface()
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 1219 sptr<Surface> oldSurface = sInfo_.surface; in ReplaceOutputSurfaceWhenRunning() local 1220 uint64_t oldId = oldSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning() 1240 sInfo_.surface = oldSurface; in ReplaceOutputSurfaceWhenRunning()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 1796 std::string oldSurface = jsPlayer->surface_; in JsSetSurfaceID() local 1797 if (oldSurface.empty()) { in JsSetSurfaceID()
|
Completed in 11 milliseconds