Home
last modified time | relevance | path

Searched refs:GetFormatByteSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/offlineaudioeffect/src/
H A Doffline_audio_effect_server_chain.cpp234 input = {static_cast<int32_t>(inSize) / GetFormatByteSize(offlineConfig_.inputCfg.format), in Process()
235 GetFormatByteSize(offlineConfig_.inputCfg.format), in Process()
244 output.rawData, output.frameCount * GetFormatByteSize(offlineConfig_.outputCfg.format)); in Process()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp1089 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
1106 size_t byteSize = static_cast<size_t>(GetFormatByteSize(attr_.format)); in CheckLatencySignal()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp928 int32_t GetFormatByteSize(int32_t format) in GetFormatByteSize() function
1069 formatByteSize_ = GetFormatByteSize(sampleFormat); in AudioLatencyMeasurement()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h354 int32_t GetFormatByteSize(int32_t format);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp1513 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
1530 uint32_t byteSize = static_cast<uint32_t>(GetFormatByteSize(attr_.format)); in CheckLatencySignal()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp1111 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp2116 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(SAMPLE_S16LE); in InitLatencyMeasurement()
2133 size_t byteSize = static_cast<size_t>(GetFormatByteSize(dstStreamInfo_.format)); in CheckPlaySignal()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp384 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(audioStreamParams.format); in InitLatencyMeasurement()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp1273 signalDetectAgent_->formatByteSize_ = GetFormatByteSize(attr_.format); in InitLatencyMeasurement()