Home
last modified time | relevance | path

Searched refs:oldSurface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_ui_first_surface_render_node_drawable_test.cpp351 …func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newS…
395 …func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newS…
416 …func = [](std::shared_ptr<Drawing::Surface>&& oldSurface, std::shared_ptr<Drawing::Surface>&& newS… argument
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp1076 SurfaceItem oldSurface = currSurface_; in SwitchBetweenSurface() local
1087 oldSurface.surface_->CleanCache(true); // make sure old surface is empty and go black in SwitchBetweenSurface()
1088 oldSurface.Release(); in SwitchBetweenSurface()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1220 sptr<Surface> oldSurface = sInfo_.surface; in ReplaceOutputSurfaceWhenRunning() local
1221 uint64_t oldId = oldSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning()
1241 sInfo_.surface = oldSurface; in ReplaceOutputSurfaceWhenRunning()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1799 std::string oldSurface = jsPlayer->surface_; in JsSetSurfaceID() local
1800 if (oldSurface.empty()) { in JsSetSurfaceID()