Home
last modified time | relevance | path

Searched refs:CHANNELCOUNT (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp39 attrs.channelCount = CHANNELCOUNT; in InitAttrs()
44 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
52 attrs.channelCount = CHANNELCOUNT; in InitAttrs()
57 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_32_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
71 attrs.channelCount = CHANNELCOUNT; in InitOffloadAttrs()
76 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitOffloadAttrs()
84 attrs.offloadInfo.bitRate = SAMPLERATE * CHANNELCOUNT * OFFLOAD_AUDIO_WIDTH / OFFLOAD_AUDIO_BIT; in InitOffloadAttrs()
86 attrs.offloadInfo.channelCount = CHANNELCOUNT; in InitOffloadAttrs()
492 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in AudioCreateCapture()
517 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in AudioCaptureStartAndOneFrame()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp43 attrs.channelCount = CHANNELCOUNT; in InitAttrs()
48 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h57 const int CHANNELCOUNT = 2; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h57 const int CHANNELCOUNT = 2; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h72 const int CHANNELCOUNT = 2; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp68 attrs.channelCount = CHANNELCOUNT; in InitAttrs()
72 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/adapter/src/
H A Daudio_idlhdi_adapter_test.cpp536 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM;
575 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM;
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_attr_test.cpp174 uint32_t channelIdValue = CHANNELCOUNT;
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_attr_test.cpp161 uint32_t channelIdValue = CHANNELCOUNT;
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
H A Daudio_idlhdirender_performace_test.cpp302 uint32_t channelIdValue = CHANNELCOUNT;