Home
last modified time | relevance | path

Searched refs:COMMON_VIDEO_STREAM (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_depacketizer_test/
H A Dstream_depacketizer_test.cpp65 int streamType_ = Communication::SoftBus::COMMON_VIDEO_STREAM;
93 int streamType_ = Communication::SoftBus::COMMON_VIDEO_STREAM;
102 streamDepacketizer->streamType_ = Communication::SoftBus::COMMON_VIDEO_STREAM;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_packetizer_test/
H A Dstream_packetizer_test.cpp62 StreamPacketizer streamPacketizer(COMMON_VIDEO_STREAM, nullptr);
97 StreamPacketizer streamPacketizer(COMMON_VIDEO_STREAM, std::move(stream));
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dclient_trans_udp_stream_interface_test.cpp201 g_serverParam1.type = COMMON_VIDEO_STREAM;
227 g_serverParam1.type = COMMON_VIDEO_STREAM;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h91 COMMON_VIDEO_STREAM, enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.cpp25 if (streamType_ == COMMON_VIDEO_STREAM || streamType_ == COMMON_AUDIO_STREAM) { in DepacketizeHeader()
H A Dvtp_stream_socket.cpp636 } else if (streamType_ == COMMON_VIDEO_STREAM || streamType_ == COMMON_AUDIO_STREAM) { in Send()
1033 case COMMON_VIDEO_STREAM: in MakeStreamData()
1148 if (streamType_ == COMMON_VIDEO_STREAM || streamType_ == COMMON_AUDIO_STREAM) { in DoStreamRecv()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h74 COMMON_VIDEO_STREAM, enumerator
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h77 COMMON_VIDEO_STREAM, /**< Send a whole video frame each time. */ enumerator
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h61 …if (streamType == StreamType::COMMON_VIDEO_STREAM || streamType == StreamType::COMMON_AUDIO_STREAM… in OnStreamReceived()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c161 …if (streamType != RAW_STREAM && streamType != COMMON_VIDEO_STREAM && streamType != COMMON_AUDIO_ST… in TransOnstreamChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dtrans_dfx_test.cpp72 .streamType = COMMON_VIDEO_STREAM,
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp81 …} else if (adaptor->GetStreamType() == COMMON_VIDEO_STREAM || adaptor->GetStreamType() == COMMON_A… in ProcessAdaptorAndEncrypt()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.cpp331 attribute.attr.streamAttr.streamType = isRawStream ? RAW_STREAM : COMMON_VIDEO_STREAM; in OpenAllSession()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c373 if (streamType == COMMON_AUDIO_STREAM || streamType == COMMON_VIDEO_STREAM) { in NotifyWifiByAddScenario()
384 if (streamType == COMMON_AUDIO_STREAM || streamType == COMMON_VIDEO_STREAM) { in NotifyWifiByDelScenario()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c74 case COMMON_VIDEO_STREAM: in GetStreamLaneType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp310 ret = GetStreamLaneType(COMMON_VIDEO_STREAM);
H A Dtrans_lane_common_test.cpp215 attr.attr.streamAttr.streamType = COMMON_VIDEO_STREAM;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp769 vtpStreamSocket->streamType_ = Communication::SoftBus::COMMON_VIDEO_STREAM;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c979 tmpAttr->attr.streamAttr.streamType = COMMON_VIDEO_STREAM; in CreateSessionAttributeBySocketInfoTrans()