Searched refs:GetSamplePerFrame (Results 1 – 4 of 4) sorted by relevance
159 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()
81 static uint32_t GetSamplePerFrame(const AudioSampleFormat &format);
152 uint32_t Util::GetSamplePerFrame(const AudioSampleFormat &format) in GetSamplePerFrame() function in OHOS::AudioStandard::Util
1668 uint32_t samplePerFrame = Util::GetSamplePerFrame(clientConfig_.streamInfo.format); in WriteInner()