Home
last modified time | relevance | path

Searched refs:GetStreamId (Results 1 - 20 of 20) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packetizer.cpp69 streamPktHeader.GetStreamId(), streamPktHeader.GetStreamId(), streamPktHeader.GetTimestamp(), in PacketizeStream()
H A Dstream_depacketizer.cpp34 header_.GetMarker(), header_.GetFlag(), header_.GetStreamId(), header_.GetStreamId(), in DepacketizeHeader()
H A Draw_stream_data.h68 uint32_t GetStreamId() const override
H A Dstream_depacketizer.h43 info.streamId = header_.GetStreamId(); in GetFrameInfo()
H A Dstream_common_data.h76 uint32_t GetStreamId() const override
H A Dstream_packet_header.h370 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 Di_stream.h66 virtual uint32_t GetStreamId() const = 0;
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.h71 void GetStreamId(uint32_t& streamId);
H A DOHAudioCapturer.cpp117 audioCapturer->GetStreamId(*streamId); in OH_AudioCapturer_GetStreamId()
289 void OHAudioCapturer::GetStreamId(uint32_t &streamId) in GetStreamId() function in OHOS::AudioStandard::OHAudioCapturer
H A DOHAudioRenderer.h170 void GetStreamId(uint32_t& streamId);
H A DOHAudioRenderer.cpp127 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 Dmultimedia_audio_capturer_impl.h39 uint32_t GetStreamId(int32_t *errorCode);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp312 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 Ddash_segment_downloader.h157 int GetStreamId() const;
H A Ddash_segment_downloader.cpp608 int DashSegmentDownloader::GetStreamId() const
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_common_data_test/
H A Dstream_common_data_test.cpp85 ret = streamCommonData->GetStreamId(); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/raw_stream_data_test/
H A Draw_stream_data_test.cpp122 EXPECT_EQ(0, rRawStreamData->GetStreamId()); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp66 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 Dmultimedia_audio_capturer_impl.cpp60 uint32_t MMAAudioCapturerImpl::GetStreamId(int32_t *errorCode) in GetStreamId() function in OHOS::AudioStandard::MMAAudioCapturerImpl
H A Dmultimedia_audio_ffi.cpp72 return capturer->GetStreamId(errorCode); in FfiMMAAudioCapturerGetStreamId()

Completed in 13 milliseconds