Home
last modified time | relevance | path

Searched refs:subSeqNum (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c147 … FILLP_LOGDBG("set the first pkt flag of seq: %d, seqNo %d", info->seqNum, info->subSeqNum); in FillpFrameTxInitItem()
178 frameOpt->subSeqNum = (FILLP_UINT8)info->subSeqNum; in FillpFrameBuildOption()
184 … FRAME_VIDEO_FRAME_TYPE_STR(info->frameType), info->seqNum, info->subSeqNum, frameOpt->bitMap); in FillpFrameBuildOption()
207 info.subSeqNum = frameOpt->subSeqNum; in FillpFrameParseOption()
219 frameItem->info.seqNum, frameItem->info.subSeqNum, frameItem->fragSize, in FillpFrameParseOption()
257 frame->curFrag.seqNum = (FILLP_UINT32)item->frame->info.subSeqNum; in FillpFrameRxNewFrag()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h64 uint16_t subSeqNum; member
268 commonHeader_.subSeqNum = streamFrameInfo->seqSubNum; in StreamPacketHeader()
292 common |= commonHeader_.subSeqNum; in Packetize()
304 commonHeader_.subSeqNum = seq & 0xff; in Depacketize()
376 return commonHeader_.subSeqNum; in GetSubSeqNum()
H A Dvtp_stream_socket.cpp81 frameInfo->subSeqNum = (FILLP_INT)(streamFrameInfo->seqSubNum); in ConvertStreamFrameInfo2FrameInfo()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h33 FILLP_UINT8 subSeqNum; member
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h285 int32_t subSeqNum; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h571 FILLP_INT subSeqNum; /* slice number of the frame, started at 0 of a new slice */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c157 …frame->frameType, (FILLP_UINT32)size, frame->seqNum, frame->subSeqNum, frame->level, frame->bitMap… in FtSendFrame()