Home
last modified time | relevance | path

Searched refs:frameType (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c77 static void FillpFrameAddItemStats(struct FillpFrameHandle *h, FILLP_INT frameType, in FillpFrameAddItemStats() argument
80 if (frameType == VIDEO_I) { in FillpFrameAddItemStats()
97 if (item->frame == FILLP_NULL_PTR || !FILLP_FRAME_IS_VIDEO(item->frame->info.frameType)) { in FillpFrameAddItem()
104 FillpFrameAddItemStats(h, info->frameType, item->frame->fragSize, in FillpFrameAddItem()
113 return info->frameType; in FillpFrameAddItem()
125 …item->frame != FILLP_NULL_PTR && info != FILLP_NULL_PTR && FILLP_FRAME_IS_VIDEO(info->frameType)) { in FillpFrameTxInitItem()
132 h->curFrame.info.type = info->frameType; in FillpFrameTxInitItem()
175 frameOpt->frameType = (FILLP_UINT8)info->frameType; in FillpFrameBuildOption()
184 … FRAME_VIDEO_FRAME_TYPE_STR(info->frameType), info->seqNum, info->subSeqNum, frameOpt->bitMap); in FillpFrameBuildOption()
204 info.frameType = frameOpt->frameType; in FillpFrameParseOption()
[all …]
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_vsync_station.cpp37 int32_t DragVSyncStation::RequestFrame(int32_t frameType, std::shared_ptr<DragFrameCallback> callba… in RequestFrame() argument
40 if (frameType < TYPE_FLUSH_DRAG_POSITION || frameType >= REQUEST_TYPE_MAX) { in RequestFrame()
41 FI_HILOGE("Frame callback type is invalid, type:%{public}d", frameType); in RequestFrame()
55 vSyncCallbacks_.emplace(frameType, callback); in RequestFrame()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp299 fileFrame.frameType = TRANS_SESSION_FILE_FIRST_FRAME;
341 fileFrame.frameType = TRANS_SESSION_FILE_LAST_FRAME;
365 fileFrame.frameType = -1;
519 .frameType = TRANS_SESSION_BYTES,
689 .frameType = TRANS_SESSION_BYTES,
734 .frameType = TRANS_SESSION_BYTES,
1297 .frameType = TRANS_SESSION_FILE_FIRST_FRAME,
1321 frame.frameType = TRANS_SESSION_FILE_LAST_FRAME;
1345 .frameType = TRANS_SESSION_FILE_FIRST_FRAME,
1700 .frameType = TRANS_SESSION_BYTES,
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp56 uint8_t frameType = ((inPacketType & 0xF0) >> 4); // Use 0xF0 to get high 4 bits in GetFrameType() local
57 if (frameType >= static_cast<uint8_t>(FrameType::INVALID_MAX_FRAME_TYPE)) { in GetFrameType()
60 return static_cast<FrameType>(frameType); in GetFrameType()
457 if (inInfo.frameType != FrameType::INVALID_MAX_FRAME_TYPE) { in SetPhyHeader()
458 SetFrameType(inInfo.frameType, packetType); in SetPhyHeader()
565 FrameType frameType = GetFrameType(pktType); in DisplayPacketInformation() local
566 if (frameType >= FrameType::INVALID_MAX_FRAME_TYPE) { in DisplayPacketInformation()
581 frameTypeStr[static_cast<int32_t>(frameType)], frameId); in DisplayPacketInformation()
802 FrameType frameType = GetFrameType(phyHeader.packetType); in ParseCommPhyHeader() local
803 if (frameType == FrameType::INVALID_MAX_FRAME_TYPE) { in ParseCommPhyHeader()
[all …]
H A Dprotocol_proto.h34 FrameType frameType = FrameType::EMPTY; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c390 static int32_t SendOneFrameFront(SendListenerInfo *info, int32_t frameType) in SendOneFrameFront() argument
399 if (frameType == TRANS_SESSION_FILE_FIRST_FRAME) { in SendOneFrameFront()
408 static int32_t SendOneFrameMiddle(SendListenerInfo *info, int32_t frameType) in SendOneFrameMiddle() argument
417 if (frameType == TRANS_SESSION_FILE_ONGOINE_FRAME) { in SendOneFrameMiddle()
438 static int32_t SendOneFrameRear(SendListenerInfo *info, int32_t frameType) in SendOneFrameRear() argument
448 if (frameType == TRANS_SESSION_FILE_FIRST_FRAME) { in SendOneFrameRear()
627 fileFrame.frameType = FrameIndexToType(index, frameNum); in FileToFrame()
1570 if ((fileFrame->frameType == TRANS_SESSION_FILE_LAST_FRAME) || in UpdateFileReceptionStatus()
1571 (fileFrame->frameType == TRANS_SESSION_FILE_ONLYONE_FRAME)) { in UpdateFileReceptionStatus()
1910 switch (oneFrame->frameType) { in ProcessRecvFileFrameData()
[all …]
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h36 outFrameInfo->frameType = inFrameInfo->frameType; in ConvertStreamFrameInfo()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_vsync_station.h37 int32_t RequestFrame(int32_t frameType, std::shared_ptr<DragFrameCallback> callback);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.h46 info.frameType = NONE; in GetFrameInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_packetizer_test/
H A Dstream_packetizer_test.cpp89 .frameType = FrameType::RADIO_MAX,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream.h39 FrameType frameType = NONE; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h178 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h30 FILLP_UINT8 frameType; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h116 int frameType; member
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h221 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp42 outFrameInfo->frameType = (Communication::SoftBus::FrameType)(inFrameInfo->frameType); in ConvertStreamFrameInfo()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h76 int32_t frameType; member
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h204 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp254 int32_t frameType; in SendSofbusStream() local
255 if (!buffer->FindInt32(FRAME_TYPE, frameType)) { in SendSofbusStream()
273 sinkFrameInfo.type_ = frameType; in SendSofbusStream()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.cpp273 iFrame.frameType = I_FRAME_TYPE; in TestSendCommonStream()
280 pFrame.frameType = P_FRAME_TYPE; in TestSendCommonStream()
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h168 FrameType frameType; /**< Data frame type. For details, see {@link FrameType}. */ member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c672 const uint8_t *frameType = *data + *offset; in RfcommDataCheckFrameTypeUih() local
675 if ((*frameType & (~PF)) != FRAME_TYPE_UIH) { in RfcommDataCheckFrameTypeUih()
692 if ((*frameType & (PF)) == PF) { in RfcommDataCheckFrameTypeUih()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h233 const char *GetFrameName(DFileFrameType frameType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c27 const char *GetFrameName(DFileFrameType frameType) in GetFrameName() argument
43 if (i == frameType) { in GetFrameName()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h568 FILLP_INT frameType; /* I or P frame */ member

12