/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_packetizer.cpp | 69 streamPktHeader.GetStreamId(), streamPktHeader.GetStreamId(), streamPktHeader.GetTimestamp(), in PacketizeStream()
|
H A D | stream_depacketizer.cpp | 34 header_.GetMarker(), header_.GetFlag(), header_.GetStreamId(), header_.GetStreamId(), in DepacketizeHeader()
|
H A D | raw_stream_data.h | 68 uint32_t GetStreamId() const override
|
H A D | stream_depacketizer.h | 43 info.streamId = header_.GetStreamId(); in GetFrameInfo()
|
H A D | stream_common_data.h | 76 uint32_t GetStreamId() const override
|
H A D | stream_packet_header.h | 370 uint16_t GetStreamId() const in GetStreamId() function in Communication::SoftBus::StreamPacketHeader
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | i_stream.h | 66 virtual uint32_t GetStreamId() const = 0;
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.h | 71 void GetStreamId(uint32_t& streamId);
|
H A D | OHAudioCapturer.cpp | 117 audioCapturer->GetStreamId(*streamId); in OH_AudioCapturer_GetStreamId() 289 void OHAudioCapturer::GetStreamId(uint32_t &streamId) in GetStreamId() function in OHOS::AudioStandard::OHAudioCapturer
|
H A D | OHAudioRenderer.h | 170 void GetStreamId(uint32_t& streamId);
|
H A D | OHAudioRenderer.cpp | 127 audioRenderer->GetStreamId(*streamId); in OH_AudioRenderer_GetStreamId() 448 void OHAudioRenderer::GetStreamId(uint32_t &streamId) in GetStreamId() function in OHOS::AudioStandard::OHAudioRenderer
|
/foundation/multimedia/audio_framework/frameworks/cj/include/ |
H A D | multimedia_audio_capturer_impl.h | 39 uint32_t GetStreamId(int32_t *errorCode);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_media_downloader.cpp | 312 MEDIA_LOG_I("Dash clean streamId: " PUBLIC_LOG_D32, segmentDownloader->GetStreamId()); in SeekToTs() 504 PUBLIC_LOG_D32, segmentDownloader->GetStreamId(), downloadStreamId); in GetSegmentToDownload() 677 if (segmentDownloader != nullptr && segmentDownloader->GetStreamId() != streamId) { in IsSeekingInSwitch() 692 if (segmentDownloader != nullptr && segmentDownloader->GetStreamId() != streamId) { in IsSeekingInSwitch() 709 mpdDownloader_->SeekToTs(segmentDownloader->GetStreamId(), seekTimeMs, segment); in SeekInternal() 717 segmentDownloader->GetStreamId()); in SeekInternal() 720 segmentDownloader->GetStreamId(), segmentDownloader->GetStreamType()); in SeekInternal() 726 mpdDownloader_->SetCurrentNumberSeqByStreamId(segmentDownloader->GetStreamId(), segment->numberSeq_); in SeekInternal()
|
H A D | dash_segment_downloader.h | 157 int GetStreamId() const;
|
H A D | dash_segment_downloader.cpp | 608 int DashSegmentDownloader::GetStreamId() const
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_common_data_test/ |
H A D | stream_common_data_test.cpp | 85 ret = streamCommonData->GetStreamId(); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/raw_stream_data_test/ |
H A D | raw_stream_data_test.cpp | 122 EXPECT_EQ(0, rRawStreamData->GetStreamId()); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_segment_downloader_unit_test.cpp | 66 EXPECT_EQ(segmentDownloader->GetStreamId(), 1); in HWTEST_F() 266 EXPECT_EQ(segmentDownloader->GetStreamId(), 2); in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_capturer_impl.cpp | 60 uint32_t MMAAudioCapturerImpl::GetStreamId(int32_t *errorCode) in GetStreamId() function in OHOS::AudioStandard::MMAAudioCapturerImpl
|
H A D | multimedia_audio_ffi.cpp | 72 return capturer->GetStreamId(errorCode); in FfiMMAAudioCapturerGetStreamId()
|