Home
last modified time | relevance | path

Searched refs:formatByteSize_ (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp851 CHECK_AND_RETURN_RET_LOG(formatByteSize_ != 0, false, "LatencyMeas checkAudioData failed, " in CheckAudioData()
852 "formatByteSize_ %{public}d", formatByteSize_); in CheckAudioData()
853 frameCountIgnoreChannel_ = bufferLen / static_cast<uint32_t>(formatByteSize_); in CheckAudioData()
937 static_cast<size_t>(channelCount_ * sampleRate_ * formatByteSize_); in MockPcmData()
970 formatByteSize_ = GetFormatByteSize(sampleFormat); in AudioLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h338 int32_t formatByteSize_; member
364 int32_t formatByteSize_; member in OHOS::AudioStandard::AudioLatencyMeasurement
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp1043 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp1118 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp1507 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp1598 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp385 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(audioStreamParams.format); in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp2162 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(SAMPLE_S16LE); in InitLatencyMeasurement()

Completed in 19 milliseconds