/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_frame.c | 77 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 if (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), inf in FillpFrameBuildOption() [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 299 fileFrame.frameType = TRANS_SESSION_FILE_FIRST_FRAME; in HWTEST_F() 329 fileFrame.frameType = TRANS_SESSION_FILE_FIRST_FRAME; in HWTEST_F() 333 fileFrame.frameType = TRANS_SESSION_FILE_ONGOINE_FRAME; in HWTEST_F() 337 fileFrame.frameType = TRANS_SESSION_FILE_ONLYONE_FRAME; in HWTEST_F() 341 fileFrame.frameType = TRANS_SESSION_FILE_LAST_FRAME; in HWTEST_F() 345 fileFrame.frameType = TRANS_SESSION_FILE_ACK_REQUEST_SENT; in HWTEST_F() 349 fileFrame.frameType = TRANS_SESSION_FILE_ACK_RESPONSE_SENT; in HWTEST_F() 353 fileFrame.frameType = TRANS_SESSION_FILE_CRC_CHECK_FRAME; in HWTEST_F() 357 fileFrame.frameType = TRANS_SESSION_FILE_RESULT_FRAME; in HWTEST_F() 361 fileFrame.frameType in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | protocol_proto.cpp | 56 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() 576 ", fragNo=%" PRIu32 ".", frameTypeStr[static_cast<int32_t>(frameType)], in DisplayPacketInformation() 581 frameTypeStr[static_cast<int32_t>(frameType)], frameId); in DisplayPacketInformation() 802 FrameType frameType in ParseCommPhyHeader() local [all...] |
H A D | protocol_proto.h | 34 FrameType frameType = FrameType::EMPTY; member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_depacketizer.h | 46 info.frameType = NONE; in GetFrameInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_packetizer_test/ |
H A D | stream_packetizer_test.cpp | 89 .frameType = FrameType::RADIO_MAX, in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | i_stream.h | 39 FrameType frameType = NONE; member
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 178 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_manager.c | 390 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 443 if (info->crc != APP_INFO_FILE_FEATURES_SUPPORT || frameType == TRANS_SESSION_FILE_ONLYONE_FRAME) { in SendOneFrameRear() 448 if (frameType == TRANS_SESSION_FILE_FIRST_FRAME) { in SendOneFrameRear() 461 if (frameType == TRANS_SESSION_FILE_LAST_FRAME || info->waitTimeoutCount >= WAIT_FRAME_ACK_TIMEOUT_COUNT) { in SendOneFrameRear() 473 if (frameType != TRANS_SESSION_FILE_LAST_FRAME && info->waitTimeoutCount <= WAIT_FRAME_ACK_TIMEOUT_COUNT) { in SendOneFrameRear() 494 ret = SendOneFrameFront((SendListenerInfo *)sendInfo, fileFrame->frameType); in SendOneFrame() [all...] |
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor_listener.h | 36 outFrameInfo->frameType = inFrameInfo->frameType; in ConvertStreamFrameInfo()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/ |
H A D | screen_capture_consumer.h | 55 void OnFrame(const Frame::Ptr &frame, FRAME_TYPE frameType, bool keyFrame) override;
|
H A D | screen_capture_consumer.cpp | 79 void ScreenCaptureConsumer::OnFrame(const Frame::Ptr &frame, FRAME_TYPE frameType, bool keyFrame) in OnFrame() argument 95 switch (frameType) { in OnFrame()
|
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_source_encoder.h | 51 virtual void OnFrame(const Frame::Ptr &frame, FRAME_TYPE frameType, bool keyFrame) = 0;
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_manager.h | 76 int32_t frameType; member
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 220 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | session.h | 116 int frameType; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_frame.h | 30 FILLP_UINT8 frameType; member
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/ |
H A D | distributed_stream_test.cpp | 273 iFrame.frameType = I_FRAME_TYPE; in TestSendCommonStream() 280 pFrame.frameType = P_FRAME_TYPE; in TestSendCommonStream()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 42 outFrameInfo->frameType = (Communication::SoftBus::FrameType)(inFrameInfo->frameType); in ConvertStreamFrameInfo()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_frame.h | 241 const char *GetFrameName(DFileFrameType frameType);
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 288 int32_t frameType; in SendSofbusStream() local 289 if (!buffer->FindInt32(FRAME_TYPE, frameType)) { in SendSofbusStream() 307 sinkFrameInfo.type_ = frameType; in SendSofbusStream()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 672 const uint8_t *frameType = *data + *offset; in RfcommDataCheckFrameTypeUih() local 673 *offset += sizeof(uint8_t); // frameType in RfcommDataCheckFrameTypeUih() 675 if ((*frameType & (~PF)) != FRAME_TYPE_UIH) { in RfcommDataCheckFrameTypeUih() 692 if ((*frameType & (PF)) == PF) { in RfcommDataCheckFrameTypeUih()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_frame.c | 27 const char *GetFrameName(DFileFrameType frameType) in GetFrameName() argument 43 if (i == frameType) { in GetFrameName()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 568 FILLP_INT frameType; /* I or P frame */ member
|
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_impl.cpp | 1028 frameData.frameType = FRAME_TYPE_DATA; in DataSourceProcess() 1111 frameData.frameType = FRAME_TYPE_AUDIO; in AudioSourceProcess() 1194 frameData.frameType = FRAME_TYPE_VIDEO; in VideoSourceProcess()
|