Home
last modified time | relevance | path

Searched refs:fragmentInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp956 if (fragmentInfo.fragCount < MIN_FRAGMENT_COUNT) { in FrameFragmentation()
959 outPieces.resize(fragmentInfo.fragCount); // Note: should use resize other than reserve in FrameFragmentation()
960 uint32_t quotient = fragmentInfo.splitLength / fragmentInfo.fragCount; in FrameFragmentation()
961 uint16_t remainder = fragmentInfo.splitLength % fragmentInfo.fragCount; in FrameFragmentation()
973 if (entry.first.size() != (pieceTotalLen + fragmentInfo.extendHeadSize)) { in FrameFragmentation()
987 fragmentInfo.fragCount, fragNo}; in FrameFragmentation()
992 if (fragmentInfo.extendHeadSize > 0) { in FrameFragmentation()
993 packet = {ptrPacket, fragmentInfo.extendHeadSize}; in FrameFragmentation()
994 …err = FillFragmentPacketExtendHead(fragmentInfo.oringinalBytesAddr, fragmentInfo.extendHeadSize, p… in FrameFragmentation()
998 ptrPacket += fragmentInfo.extendHeadSize; in FrameFragmentation()
[all …]
H A Dprotocol_proto.h126 …tatic int FrameFragmentation(const uint8_t *splitStartBytes, const FrameFragmentInfo &fragmentInfo,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1259 SkImageInfo fragmentInfo = GetSkInfo(fragmentMap->GetContentPixel().get(), false, sdrIsSRGB); in AssembleHeifFragmentMap() local
1260 sk_sp<SkData> iccProfile = icc_from_color_space(fragmentInfo); in AssembleHeifFragmentMap()