Home
last modified time | relevance | path

Searched refs:baseSize (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/dfs_service/test/fuzztest/fuzz_common/
H A Dcloud_fuzzer_helper.h28 baseSize = size; in FuzzData()
33 if (newSize <= baseSize) { in ResetData()
34 baseSize = newSize; in ResetData()
44 if (baseData == nullptr || objectSize > baseSize - basePos) { in GetData()
56 return baseSize - basePos; in GetRemainSize()
61 if (len <= 0 || baseData == nullptr || basePos >= baseSize) { in GetStringFromData()
67 if (basePos >= baseSize) { in GetStringFromData()
82 size_t baseSize{0};
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hdr/
H A Dhdr_helper.h39 static std::vector<uint8_t> PackBaseMpfMarker(uint32_t baseSize, uint32_t gainmapSize, uint32_t appOffset);
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp521 void RenderBloom::CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const Math::UVec2 baseSize) in CreateTargets() argument
523 if (baseSize.x != baseSize_.x || baseSize.y != baseSize_.y) { in CreateTargets()
524 baseSize_ = baseSize; in CreateTargets()
534 baseViewportDesc_ = { 0.0f, 0.0f, static_cast<float>(baseSize.x), static_cast<float>(baseSize.y), 0.0f, in CreateTargets()
536 baseScissorDesc_ = { 0, 0, baseSize.x, baseSize.y }; in CreateTargets()
H A Drender_blur.h60 void CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const BASE_NS::Math::UVec2 baseSize);
H A Drender_bloom.h68 void CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const BASE_NS::Math::UVec2 baseSize);
H A Drender_blur.cpp422 void RenderBlur::CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const Math::UVec2 baseSize) in CreateTargets() argument
424 Math::UVec2 texSize = baseSize / 2u; in CreateTargets()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp957 vector<uint8_t> HdrJpegPackerHelper::PackBaseMpfMarker(uint32_t baseSize, uint32_t gainmapSize, uint32_t appOffset) in PackBaseMpfMarker() argument
961 .size = baseSize, in PackBaseMpfMarker()
964 .offset = baseSize - appOffset - JPEG_MARKER_TAG_SIZE - JPEG_MARKER_LENGTH_SIZE - MPF_TAG_SIZE, in PackBaseMpfMarker()
1295 uint32_t baseSize = baseImage->size() + baseISOInfo.size() + baseVividApp8Size + baseMpfApp2Size; in SpliceHdrStream() local
1297 std::vector<uint8_t> baseVividInfo = PackBaseVividMarker(baseSize, offset, allAppSize); in SpliceHdrStream()
1298 std::vector<uint8_t> mpfInfo = PackBaseMpfMarker(baseSize, gainmapSize, offset + baseVividApp8Size); in SpliceHdrStream()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp512 auto baseSize = displayGroupInfo_.displayInfosMap_.size(); in HWTEST_F() local
513 ASSERT_EQ(baseSize, 1); in HWTEST_F()

Completed in 8 milliseconds