Home
last modified time | relevance | path

Searched defs:rng (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp275 std::mt19937 rng(std::random_device{}()); in HighRand() local
287 std::mt19937 rng(std::random_device{}()); in FrameRand() local
299 std::mt19937 rng(std::random_device{}()); in WidthRand() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp52 RenderNodeGraphDesc LoadRenderNodeGraph(IRenderNodeGraphLoader& rngLoader, const string_view rng) in LoadRenderNodeGraph()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/
H A Ddialog_session_manager.cpp49 std::mt19937 rng(seed()); in GenerateDialogSessionId() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h306 RENDER_NS::RenderHandleReference rng; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp489 for (const auto& rng : renderNodeGraphs) { in InitNodeGraphs() local