Home
last modified time | relevance | path

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

12

/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 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 Dclient_trans_proxy_file_manager_test.cpp299 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 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()
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 Dprotocol_proto.h34 FrameType frameType = FrameType::EMPTY; member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.h46 info.frameType = NONE; in GetFrameInfo()
/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, in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream.h39 FrameType frameType = NONE; member
/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
/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
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 Dstream_adaptor_listener.h36 outFrameInfo->frameType = inFrameInfo->frameType; in ConvertStreamFrameInfo()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H A Dscreen_capture_consumer.h55 void OnFrame(const Frame::Ptr &frame, FRAME_TYPE frameType, bool keyFrame) override;
H A Dscreen_capture_consumer.cpp79 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 Dvideo_source_encoder.h51 virtual void OnFrame(const Frame::Ptr &frame, FRAME_TYPE frameType, bool keyFrame) = 0;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h76 int32_t frameType; member
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h220 int32_t frameType; /**< Frame type, which can be I-frame or P-frame. */ member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h116 int frameType; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h30 FILLP_UINT8 frameType; member
/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()
/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()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_frame.h241 const char *GetFrameName(DFileFrameType frameType);
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp288 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 Dbtm_snoop_filter_acl.c672 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 Dnstackx_dfile_frame.c27 const char *GetFrameName(DFileFrameType frameType) in GetFrameName() argument
43 if (i == frameType) { in GetFrameName()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h568 FILLP_INT frameType; /* I or P frame */ member
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp1028 frameData.frameType = FRAME_TYPE_DATA; in DataSourceProcess()
1111 frameData.frameType = FRAME_TYPE_AUDIO; in AudioSourceProcess()
1194 frameData.frameType = FRAME_TYPE_VIDEO; in VideoSourceProcess()

Completed in 24 milliseconds

12