Searched refs:bufferTotalFrameSize_ (Results 1 – 5 of 5) sorted by relevance
145 uint32_t bufferTotalFrameSize_ = 0; member in OHOS::AudioStandard::FastAudioRendererSinkInner309 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()324 …curReadPos_ = frameSizeInByte_ * (frames - bufferTotalFrameSize_ * (frames / bufferTotalFrameSize_… in GetMmapHandlePosition()383 bufferTotalFrameSize_ = static_cast<uint32_t>(desc.totalBufferFrames); // 1440 ~ 3840 in PrepareMmapBuffer()386 …CHECK_AND_RETURN_RET_LOG(frameSizeInByte_ <= ULLONG_MAX / bufferTotalFrameSize_, ERR_OPERATION_FAI… in PrepareMmapBuffer()388 bufferSize_ = bufferTotalFrameSize_ * frameSizeInByte_; in PrepareMmapBuffer()
151 uint32_t bufferTotalFrameSize_ = 0; member in OHOS::AudioStandard::RemoteFastAudioRendererSinkInner344 bufferTotalFrameSize_ = static_cast<uint32_t>(desc.totalBufferFrames); // 1440 ~ 3840 in PrepareMmapBuffer()347 …CHECK_AND_RETURN_RET_LOG(frameSizeInByte_ <= ULLONG_MAX / bufferTotalFrameSize_, ERR_OPERATION_FAI… in PrepareMmapBuffer()351 bufferSize_ = bufferTotalFrameSize_ * frameSizeInByte_; in PrepareMmapBuffer()366 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
110 uint32_t bufferTotalFrameSize_ = 0; member in OHOS::AudioStandard::FastAudioCapturerSourceInner376 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()420 bufferTotalFrameSize_ = static_cast<uint32_t>(desc.totalBufferFrames); // 1440 ~ 3840 in PrepareMmapBuffer()423 CHECK_AND_RETURN_RET_LOG(frameSizeInByte <= ULLONG_MAX / bufferTotalFrameSize_, in PrepareMmapBuffer()425 bufferSize_ = bufferTotalFrameSize_ * frameSizeInByte; in PrepareMmapBuffer()
169 uint32_t bufferTotalFrameSize_ = 0; member in OHOS::AudioStandard::BluetoothRendererSinkInner1063 bufferTotalFrameSize_ = static_cast<uint32_t>(desc.totalBufferFrames); // 1440 ~ 3840 in PrepareMmapBuffer()1066 …CHECK_AND_RETURN_RET_LOG(frameSizeInByte_ <= ULLONG_MAX / bufferTotalFrameSize_, ERR_OPERATION_FAI… in PrepareMmapBuffer()1068 bufferSize_ = bufferTotalFrameSize_ * frameSizeInByte_; in PrepareMmapBuffer()1077 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()
132 uint32_t bufferTotalFrameSize_ = 0; member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner340 bufferTotalFrameSize_ = static_cast<uint32_t>(desc.totalBufferFrames); in InitAshmem()412 totalSizeInframe = bufferTotalFrameSize_; in GetMmapBufferInfo()