Home
last modified time | relevance | path

Searched refs:GetDirectFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpro_renderer_stream_impl.h80 AudioSampleFormat GetDirectFormat(AudioSampleFormat format) const noexcept;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp105 AudioSampleFormat ProRendererStreamImpl::GetDirectFormat(AudioSampleFormat format) const noexcept in GetDirectFormat() function in OHOS::AudioStandard::ProRendererStreamImpl
669 desFormat_ = GetDirectFormat(streamInfo.format); in InitBasicInfo()