Searched refs:baseSize (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/dfs_service/test/fuzztest/fuzz_common/ |
H A D | cloud_fuzzer_helper.h | 28 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 D | hdr_helper.h | 39 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 D | render_bloom.cpp | 521 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 D | render_blur.h | 60 void CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const BASE_NS::Math::UVec2 baseSize);
|
H A D | render_bloom.h | 68 void CreateTargets(IRenderNodeContextManager& renderNodeContextMgr, const BASE_NS::Math::UVec2 baseSize);
|
H A D | render_blur.cpp | 422 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 D | hdr_helper.cpp | 957 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 D | window_layout_policy_test.cpp | 512 auto baseSize = displayGroupInfo_.displayInfosMap_.size(); in HWTEST_F() local 513 ASSERT_EQ(baseSize, 1); in HWTEST_F()
|
Completed in 13 milliseconds