Home
last modified time | relevance | path

Searched refs:PCM_32_BIT (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h76 PCM_32_BIT = 32, enumerator
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.h55 PCM_32_BIT = 32, /* 32-bit PCM */ enumerator
H A Dframework_common.c122 case PCM_32_BIT: { in CheckWavFileHeader()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp71 const uint32_t PCM_32_BIT = 32; variable
404 return PCM_32_BIT; in PcmFormatToBits()
406 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp89 static constexpr uint32_t PCM_32_BIT = 32; member in OHOS::AudioStandard::FastAudioCapturerSourceInner
363 return PCM_32_BIT; in PcmFormatToBits()
365 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp58 const uint32_t PCM_32_BIT = 32; variable
296 return PCM_32_BIT; in PcmFormatToBits()
298 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp122 static constexpr uint32_t PCM_32_BIT = 32; member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner
751 return PCM_32_BIT; in PcmFormatToBits()
753 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h86 constexpr int PCM_32_BIT = 32; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h122 constexpr int PCM_32_BIT = 32; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp57 const uint32_t PCM_32_BIT = 32; variable
492 attrs.offloadInfo.bitWidth = PCM_32_BIT; in InitAttrs()
539 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp199 return PCM_32_BIT; in PcmFormatToBits()
211 if (formatBits < PCM_8_BIT || formatBits > PCM_32_BIT) { in PcmFramesToBytes()
250 case PCM_32_BIT: { in WavHeadAnalysis()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp195 return PCM_32_BIT; in PcmFormatToBits()
208 if (formatBits < PCM_8_BIT || formatBits > PCM_32_BIT) { in PcmFramesToBytes()
251 case PCM_32_BIT: { in WavHeadAnalysis()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp70 const uint32_t PCM_32_BIT = 32; variable
394 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp58 const uint32_t PCM_32_BIT = 32; variable
430 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp64 const uint32_t PCM_32_BIT = 32; variable
646 return PCM_32_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp152 const uint32_t PCM_32_BIT = 32; variable
213 return PCM_32_BIT; in GetSampleFormatValue()