Home
last modified time | relevance | path

Searched refs:GetSamplePerFrame (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp159 uint32_t bufferSize = Util::GetSamplePerFrame(desFormat_) * desSpanSize * desChannels; in InitParams()
404 uint32_t samplePerFrame = Util::GetSamplePerFrame(streamInfo.format); in EnqueueBuffer()
616 uint32_t samplePerFrame = Util::GetSamplePerFrame(streamInfo.format); in ConvertSrcToFloat()
640 uint32_t samplePerFrame = Util::GetSamplePerFrame(desFormat_); in ConvertFloatToDes()
671 byteSizePerFrame_ = Util::GetSamplePerFrame(streamInfo.format) * streamInfo.channels; in InitBasicInfo()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h81 static uint32_t GetSamplePerFrame(const AudioSampleFormat &format);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp152 uint32_t Util::GetSamplePerFrame(const AudioSampleFormat &format) in GetSamplePerFrame() function in OHOS::AudioStandard::Util
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp1668 uint32_t samplePerFrame = Util::GetSamplePerFrame(clientConfig_.streamInfo.format); in WriteInner()