Home
last modified time | relevance | path

Searched refs:IsStreamSupported (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h40 int (*IsStreamSupported)(int mode, member
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp63 int ret = operator_->IsStreamSupported(static_cast<int>(mode), meta, si, &type); in IsStreamsSupported()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Di_audio_stream.h111 static bool IsStreamSupported(int32_t streamFlags, const AudioStreamParams &params);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Di_audio_stream.cpp171 bool IAudioStream::IsStreamSupported(int32_t streamFlags, const AudioStreamParams &params) in IsStreamSupported() function in OHOS::AudioStandard::IAudioStream
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp235 …if (flag == AUDIO_FLAG_MMAP && IAudioStream::IsStreamSupported(capturerInfo_.originalFlag, audioSt… in GetPreferredStreamClass()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1079 bool IsStreamSupported(AudioStreamType streamType);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp364 !IAudioStream::IsStreamSupported(rendererInfo_.originalFlag, audioStreamParams)) { in GetPreferredStreamClass()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp8533 if (IsStreamSupported(streamType)) { in StreamVolumesDump()
8552 bool AudioPolicyService::IsStreamSupported(AudioStreamType streamType) in IsStreamSupported() function in OHOS::AudioStandard::AudioPolicyService