Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h75 PCM_24_BIT = 24, enumerator
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.h54 PCM_24_BIT = 24, /* 24-bit PCM */ enumerator
H A Dframework_common.c118 case PCM_24_BIT: { in CheckWavFileHeader()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp70 const uint32_t PCM_24_BIT = 24; variable
402 return PCM_24_BIT; in PcmFormatToBits()
408 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp88 static constexpr uint32_t PCM_24_BIT = 24; member in OHOS::AudioStandard::FastAudioCapturerSourceInner
361 return PCM_24_BIT; in PcmFormatToBits()
367 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp57 const uint32_t PCM_24_BIT = 24; variable
294 return PCM_24_BIT; in PcmFormatToBits()
300 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp69 const uint32_t PCM_24_BIT = 24; variable
392 return PCM_24_BIT; in PcmFormatToBits()
396 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp57 const uint32_t PCM_24_BIT = 24; variable
428 return PCM_24_BIT; in PcmFormatToBits()
433 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h85 constexpr int PCM_24_BIT = 24; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h121 constexpr int PCM_24_BIT = 24; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp56 const uint32_t PCM_24_BIT = 24; variable
537 return PCM_24_BIT; in PcmFormatToBits()
542 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp121 static constexpr uint32_t PCM_24_BIT = 24; member in OHOS::AudioStandard::RemoteFastAudioCapturerSourceInner
749 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp63 const uint32_t PCM_24_BIT = 24; variable
644 return PCM_24_BIT; in PcmFormatToBits()
649 return PCM_24_BIT; in PcmFormatToBits()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp197 return PCM_24_BIT; in PcmFormatToBits()
246 case PCM_24_BIT: { in WavHeadAnalysis()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp193 return PCM_24_BIT; in PcmFormatToBits()
247 case PCM_24_BIT: { in WavHeadAnalysis()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp151 const uint32_t PCM_24_BIT = 24; variable
211 return PCM_24_BIT; in GetSampleFormatValue()