/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/ |
H A D | mpi_device_manager.cpp | 566 RetCode MpiDeviceManager::Flush(int32_t streamId) in Flush() 571 RetCode MpiDeviceManager::StartRecvFrame(int32_t streamId) in StartRecvFrame() 576 RetCode MpiDeviceManager::StopRecvFrame(int32_t streamId) in StopRecvFrame()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_message.cpp | 18 ICaptureMessage::ICaptureMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count) in ICaptureMessage()
|
/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 218 void OnCaptureStarted(int32_t captureId, const std::vector<int32_t> &streamId) override in OnCaptureStarted() 233 const std::vector<int32_t> &streamId, uint64_t timestamp) override in OnFrameShutter()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
H A D | stream_pipeline_strategy.cpp | 138 int32_t streamId = hostStreamMgr_->DesignateStreamIdForType(typeId.value()); in SetNodeSpec() local 244 RetCode StreamPipelineStrategy::Destroy(const int& streamId) in Destroy()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
H A D | dcamera_provider.cpp | 147 int32_t DCameraProvider::AcquireBuffer(const DHBase& dhBase, int32_t streamId, DCameraBuffer& buffe… in AcquireBuffer() 175 int32_t DCameraProvider::ShutterBuffer(const DHBase& dhBase, int32_t streamId, const DCameraBuffer&… in ShutterBuffer()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/ |
H A D | audio_policy_volume_proxy.cpp | 123 int32_t AudioPolicyProxy::SetLowPowerVolume(int32_t streamId, float volume) in SetLowPowerVolume() 139 float AudioPolicyProxy::GetLowPowerVolume(int32_t streamId) in GetLowPowerVolume() 154 float AudioPolicyProxy::GetSingleStreamVolume(int32_t streamId) in GetSingleStreamVolume()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | demuxer_plugin_manager.cpp | 430 int32_t streamId = iter->second.streamID; in CheckTrackIsActive() local 528 Status DemuxerPluginManager::StartPlugin(int32_t streamId, std::shared_ptr<BaseStreamDemuxer> strea… in StartPlugin() 548 Status DemuxerPluginManager::StopPlugin(int32_t streamId, std::shared_ptr<BaseStreamDemuxer> stream… in StopPlugin() 564 Status DemuxerPluginManager::RebootPlugin(int32_t streamId, TrackType trackType, in RebootPlugin()
|
H A D | media_demuxer.cpp | 606 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(videoTrackId_); in InnerPrepare() local 618 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(audioTrackId_); in InnerPrepare() local 629 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(subtitleTrackId_); in InnerPrepare() local 844 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(trackId); in InnerSelectTrack() local 849 int32_t streamId = demuxerPluginManager_->GetStreamIDByTrackID(trackId); in InnerSelectTrack() local 1013 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(trackId); in UnselectTrack() local 1920 int32_t streamId = demuxerPluginManager_->GetTmpStreamIDByTrackID(trackId); in InnerReadSample() local 1925 int32_t streamId = demuxerPluginManager_->GetStreamIDByTrackID(trackId); in InnerReadSample() local
|
H A D | base_stream_demuxer.cpp | 87 void BaseStreamDemuxer::SetDemuxerState(int32_t streamId, DemuxerState state) in SetDemuxerState()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_adapter_interface_impl.cpp | 518 int32_t AudioAdapterInterfaceImpl::Notify(const uint32_t devId, const uint32_t streamId, const DAud… in Notify() 1078 int32_t AudioAdapterInterfaceImpl::HandleSANotifyEvent(const uint32_t streamId, const DAudioEvent &… in HandleSANotifyEvent() 1128 int32_t AudioAdapterInterfaceImpl::WaitForSANotify(const uint32_t streamId, const AudioDeviceEvent … in WaitForSANotify() 1176 int32_t AudioAdapterInterfaceImpl::HandleDeviceClosed(const uint32_t streamId, const DAudioEvent &e… in HandleDeviceClosed() 1283 void AudioAdapterInterfaceImpl::SetSpkStatus(const uint32_t streamId, bool status) in SetSpkStatus() 1293 bool AudioAdapterInterfaceImpl::GetSpkStatus(const uint32_t streamId) in GetSpkStatus()
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_hdi_handler.cpp | 206 const int32_t streamId, const AudioEvent &audioEvent) in NotifyEvent()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_volume.cpp | 136 int32_t streamId = info->get()->sessionId; in VolumeRequest() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_mgr_impl.cpp | 57 for (auto& streamId : streamIds) { in DestroyHostStream() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/tone_player_test/src/ |
H A D | system_tone_player_unit_test.cpp | 260 int32_t streamId = 0; variable 276 int32_t streamId = 0; variable 294 int32_t streamId = 0; variable 475 int32_t streamId = systemTonePlayerImpl_->Start(); variable
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.cpp | 201 void StreamTunnel::SetStreamId(int32_t streamId) in SetStreamId()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/ |
H A D | soundpoolplaystop_fuzzer.cpp | 83 int32_t streamId = TestSoundPool::Play(soundID, playParameters); in FuzzSoundPoolPlay() local
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/ |
H A D | http_source_plugin.cpp | 261 Status HttpSourcePlugin::Read(int32_t streamId, std::shared_ptr<Buffer>& buffer, uint64_t offset, s… in Read() 419 void HttpSourcePlugin::SetDemuxerState(int32_t streamId) in SetDemuxerState()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process_producer.cpp | 34 int32_t streamId, DCStreamType streamType) in DCameraStreamDataProcessProducer()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 298 void DownloadMonitor::SetDemuxerState(int32_t streamId) in SetDemuxerState() 328 Status DownloadMonitor::SelectStream(int32_t streamId) in SelectStream()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/ |
H A D | camera_device_fuzzer.h | 112 inline int32_t OnResult(int32_t streamId, const std::vector<uint8_t>& result) override in OnResult()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.cpp | 113 OH_AudioStream_Result OH_AudioCapturer_GetStreamId(OH_AudioCapturer* capturer, uint32_t* streamId) in OH_AudioCapturer_GetStreamId() 289 void OHAudioCapturer::GetStreamId(uint32_t &streamId) in GetStreamId()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.cpp | 224 DashMpdGetRet DashMpdDownloader::GetNextSegmentByStreamId(int streamId, std::shared_ptr<DashSegment… in GetNextSegmentByStreamId() 257 DashMpdGetRet DashMpdDownloader::GetBreakPointSegment(int streamId, int64_t breakpoint, in GetBreakPointSegment() 297 DashMpdGetRet DashMpdDownloader::GetNextVideoStream(DashMpdBitrateParam ¶m, int &streamId) in GetNextVideoStream() 409 std::shared_ptr<DashStreamDescription> DashMpdDownloader::GetStreamByStreamId(int streamId) in GetStreamByStreamId() 435 std::shared_ptr<DashInitSegment> DashMpdDownloader::GetInitSegmentByStreamId(int streamId) in GetInitSegmentByStreamId() 447 void DashMpdDownloader::SetCurrentNumberSeqByStreamId(int streamId, int64_t numberSeq) in SetCurrentNumberSeqByStreamId() 869 void DashMpdDownloader::SeekToTs(int streamId, int64_t seekTime, std::shared_ptr<DashSegment> &seg)… in SeekToTs()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | stream.h | 45 int32_t streamId; member
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dcamera_device.cpp | 468 DCamRetCode DCameraDevice::AcquireBuffer(int streamId, DCameraBuffer &buffer) in AcquireBuffer() 482 DCamRetCode DCameraDevice::ShutterBuffer(int streamId, const DCameraBuffer &buffer) in ShutterBuffer()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_stream_collector.cpp | 968 int32_t AudioStreamCollector::SetLowPowerVolume(int32_t streamId, float volume) in SetLowPowerVolume() 980 float AudioStreamCollector::GetLowPowerVolume(int32_t streamId) in GetLowPowerVolume() 994 int32_t AudioStreamCollector::SetOffloadMode(int32_t streamId, int32_t state, bool isAppBack) in SetOffloadMode() 1008 int32_t AudioStreamCollector::UnsetOffloadMode(int32_t streamId) in UnsetOffloadMode() 1022 float AudioStreamCollector::GetSingleStreamVolume(int32_t streamId) in GetSingleStreamVolume()
|