Home
last modified time | relevance | path

Searched refs:mpd (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_parser_unit_test.cpp83 std::string mpd = BASE_MPD; in HWTEST_F() local
85 mpdParser->ParseMPD(mpd.c_str(), mpd.length()); in HWTEST_F()
89 std::shared_ptr<DashMpdManager> mpdManager = std::make_shared<DashMpdManager>(mpdInfo, "http://1.0.0.1/1.mpd"); in HWTEST_F()
119 std::string mpd = BASE_MPD; in HWTEST_F() local
121 mpdParser->ParseMPD(mpd.c_str(), mpd.length()); in HWTEST_F()
125 std::shared_ptr<DashMpdManager> mpdManager = std::make_shared<DashMpdManager>(mpdInfo, "http://1.0.0.1/1.mpd"); in HWTEST_F()
157 std::string mpd = "<?xml version=\"1.0\" ?>\n" in HWTEST_F() local
158 "<MPD xmlns=\"urn:mpeg:dash:schema:mpd in HWTEST_F()
209 std::string mpd = "<?xml version=\\"1.0\\" ?>\\n" HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1419 uint32_t RenderSystem::ProcessSubmesh(const MeshProcessData& mpd, const MeshComponent::Submesh& submesh, in ProcessSubmesh() argument
1427 renderSubmesh.id = mpd.renderMeshEntity.id; in ProcessSubmesh()
1428 renderSubmesh.meshId = mpd.meshEntity.id; in ProcessSubmesh()
1430 renderSubmesh.layerMask = mpd.layerMask; // pass node layer mask for render submesh in ProcessSubmesh()
1439 SetupSubmeshBuffers(*gpuHandleMgr_, mpd.meshComponent, submesh, renderSubmesh); in ProcessSubmesh()
1452 renderSubmesh.drawCommand.instanceCount = submesh.instanceCount + mpd.batchInstanceCount; in ProcessSubmesh()
1465 *dsMaterial_, materialEntity, renderSubmesh.drawCommand.instanceCount, mpd.duplicateMaterialInstances); in ProcessSubmesh()
1481 void RenderSystem::ProcessMesh(const MeshProcessData& mpd, const MinAndMax& batchMam, const SkinProcessData& spd, in ProcessMesh() argument
1485 RenderMeshData rmd { mpd.world, mpd in ProcessMesh()
[all...]
H A Drender_system.h178 uint32_t ProcessSubmesh(const MeshProcessData& mpd, const MeshComponent::Submesh& submesh, const uint32_t meshIndex,
180 void ProcessMesh(const MeshProcessData& mpd, const MinAndMax& batchMam, const SkinProcessData& spd,

Completed in 5 milliseconds