Searched refs:eStreamType_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | fast_audio_stream.cpp | 34 : eStreamType_(eStreamType), in FastAudioStream() 88 config.streamType = eStreamType_; in InitializeAudioProcessConfig() 111 " stream type: %{public}d", info.samplingRate, info.channels, info.format, eStreamType_); in SetAudioStreamInfo() 735 info.eStreamType = eStreamType_; in GetSwitchInfo()
|
H A D | capturer_in_client.cpp | 242 AudioStreamType eStreamType_; member in OHOS::AudioStandard::CapturerInClientInner 366 …er::CapturerInClientInner(AudioStreamType eStreamType, int32_t appUid) : eStreamType_(eStreamType), in CapturerInClientInner() 369 AUDIO_INFO_LOG("Create with StreamType:%{public}d appUid:%{public}d ", eStreamType_, appUid_); in CapturerInClientInner() 476 …{public}d, encoding type: %{public}d", info.samplingRate, info.channels, info.format, eStreamType_, in SetAudioStreamInfo() 726 config.streamType = eStreamType_; in ConstructConfig() 913 …AUDIO_ERR_LOG("Change stream type %{public}d to %{public}d is not supported", eStreamType_, audioS… in SetAudioStreamType() 1848 info.eStreamType = eStreamType_; in GetSwitchInfo()
|
H A D | renderer_in_client.cpp | 83 : eStreamType_(eStreamType), appUid_(appUid), cbBufferQueue_(CB_QUEUE_CAPACITY) in RendererInClientInner() 85 AUDIO_INFO_LOG("Create with StreamType:%{public}d appUid:%{public}d ", eStreamType_, appUid_); in RendererInClientInner() 232 return eStreamType_ == STREAM_MUSIC && curStreamParams_.samplingRate >= SAMPLE_RATE_48000 && in IsHightResolution() 242 eStreamType_, info.encoding); in SetAudioStreamInfo() 449 config.streamType = eStreamType_; in ConstructConfig() 706 …AUDIO_ERR_LOG("Change stream type %{public}d to %{public}d is not supported", eStreamType_, audioS… in SetAudioStreamType() 2113 info.eStreamType = eStreamType_; in GetSwitchInfo()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
H A D | fast_audio_stream.h | 189 AudioStreamType eStreamType_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | renderer_in_client_private.h | 272 AudioStreamType eStreamType_ = AudioStreamType::STREAM_DEFAULT;
|