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 D | fillp_frame.c | 147 … 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 D | stream_packet_header.h | 64 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 D | vtp_stream_socket.cpp | 81 frameInfo->subSeqNum = (FILLP_INT)(streamFrameInfo->seqSubNum); in ConvertStreamFrameInfo2FrameInfo()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_frame.h | 33 FILLP_UINT8 subSeqNum; member
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 285 int32_t subSeqNum; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 571 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 D | api.c | 157 …frame->frameType, (FILLP_UINT32)size, frame->seqNum, frame->subSeqNum, frame->level, frame->bitMap… in FtSendFrame()
|