/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_depacketizer_test/ |
H A D | stream_depacketizer_test.cpp | 65 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 D | stream_packetizer_test.cpp | 62 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 D | client_trans_udp_stream_interface_test.cpp | 201 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 D | stream_common.h | 91 COMMON_VIDEO_STREAM, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_depacketizer.cpp | 25 if (streamType_ == COMMON_VIDEO_STREAM || streamType_ == COMMON_AUDIO_STREAM) { in DepacketizeHeader()
|
H A D | vtp_stream_socket.cpp | 636 } 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 D | session.h | 74 COMMON_VIDEO_STREAM, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 77 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 D | stream_adaptor_listener.h | 61 …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 D | client_trans_stream.c | 161 …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 D | trans_dfx_test.cpp | 72 .streamType = COMMON_VIDEO_STREAM,
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 81 …} 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 D | distributed_stream_test.cpp | 331 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 D | trans_udp_negotiation.c | 373 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 D | trans_channel_common.c | 74 case COMMON_VIDEO_STREAM: in GetStreamLaneType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_test.cpp | 310 ret = GetStreamLaneType(COMMON_VIDEO_STREAM);
|
H A D | trans_lane_common_test.cpp | 215 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 D | vtp_stream_socket_test.cpp | 769 vtpStreamSocket->streamType_ = Communication::SoftBus::COMMON_VIDEO_STREAM;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 979 tmpAttr->attr.streamAttr.streamType = COMMON_VIDEO_STREAM; in CreateSessionAttributeBySocketInfoTrans()
|