Home
last modified time | relevance | path

Searched defs:streamIndex (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_audio_stream_manager.cpp69 int32_t ProAudioStreamManager::StartRender(uint32_t streamIndex) in StartRender()
88 int32_t ProAudioStreamManager::StopRender(uint32_t streamIndex) in StopRender()
104 int32_t ProAudioStreamManager::PauseRender(uint32_t streamIndex) in PauseRender()
120 int32_t ProAudioStreamManager::ReleaseRender(uint32_t streamIndex) in ReleaseRender()
197 int32_t ProAudioStreamManager::ReleaseCapturer(uint32_t streamIndex) in ReleaseCapturer()
H A Dpa_adapter_manager.cpp125 int32_t PaAdapterManager::ReleaseRender(uint32_t streamIndex) in ReleaseRender()
154 int32_t PaAdapterManager::StartRender(uint32_t streamIndex) in StartRender()
166 int32_t PaAdapterManager::StopRender(uint32_t streamIndex) in StopRender()
178 int32_t PaAdapterManager::PauseRender(uint32_t streamIndex) in PauseRender()
231 int32_t PaAdapterManager::ReleaseCapturer(uint32_t streamIndex) in ReleaseCapturer()
H A Dpa_capturer_stream_impl.cpp393 uint32_t streamIndex = pa_stream_get_index(stream); // get pa_stream index in PAStreamMovedCb() local
H A Drenderer_in_server.cpp1137 StreamCallbacks::StreamCallbacks(uint32_t streamIndex) : streamIndex_(streamIndex) in StreamCallbacks()
H A Dpa_renderer_stream_impl.cpp736 uint32_t streamIndex = pa_stream_get_index(stream); // get pa_stream index in PAStreamMovedCb() local
H A Daudio_endpoint.cpp406 MockCallbacks::MockCallbacks(uint32_t streamIndex) : streamIndex_(streamIndex) in MockCallbacks()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndktypeface_fuzzer/
H A Dndktypeface_fuzzer.cpp67 int32_t streamIndex = GetObject<int32_t>() % MAX_ARRAY_SIZE; in NativeDrawingTypefaceTest001() local
100 int32_t streamIndex = GetObject<int32_t>() % MAX_ARRAY_SIZE; in NativeDrawingTypefaceTest002() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp437 void AudioVolume::SetFadeoutState(uint32_t streamIndex, uint32_t fadeoutState) in SetFadeoutState()
443 uint32_t AudioVolume::GetFadeoutState(uint32_t streamIndex) in GetFadeoutState()
452 void AudioVolume::RemoveFadeoutState(uint32_t streamIndex) in RemoveFadeoutState()
516 void SetFadeoutState(uint32_t streamIndex, uint32_t fadeoutState) in SetFadeoutState()
521 uint32_t GetFadeoutState(uint32_t streamIndex) in GetFadeoutState()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_source.cpp149 int32_t PlayerSource::Seek(int32_t streamIndex, int64_t timeStampUs, FormatSeekMode mode) in Seek()
H A Dplayer_demux.cpp271 int32_t PlayerDemuxer::Seek(int32_t streamIndex, int64_t timeStampUs, FormatSeekMode mode) in Seek()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp99 for (uint32_t streamIndex = 0; streamIndex < modeInfo.streamTypeCount; streamIndex++) { in GetSupportedPreviewSizeRangeFromExtendConfig() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.cpp192 int32_t streamIndex = iter.streamId; in InitDefaultPlay() local
875 int32_t streamIndex = static_cast<int32_t>(streamInfoMap_.size()); in AddExternalSubtitle() local
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp601 uint32_t streamIndex = 0; in DemuxerLoop() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1113 uint32_t streamIndex = sinkIn->index; in PreparePrimaryFading() local
1314 uint32_t streamIndex = sinkIn->index; in PrepareMultiChannelFading() local
2694 uint32_t streamIndex = i->index; in PaInputStateChangeCbPrimary() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1586 uint32_t streamIndex, ExtendInfo extendInfo) __attribute__((no_sanitize("cfi"))) in CreateDepthProfile4StreamType()
1830 …uint32_t modeIndex, uint32_t streamIndex, ExtendInfo extendInfo) __attribute__((no_sanitize("cfi")… in CreateProfile4StreamType()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp642 auto streamIndex = selectedTrackIds_[i]; in PushEOSToAllCache() local