Home
last modified time | relevance | path

Searched refs:MOVE_LEFT_NUM (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_mmap_benchmarktest.cpp31 const int32_t MOVE_LEFT_NUM = 8; variable
79 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO / MOVE_LEFT_NUM; in InitCaptureAttrs()
82 …tThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
H A Daudio_capture_benchmarktest.cpp33 const int MOVE_LEFT_NUM = 8; variable
111 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT / MOVE_LEFT_NUM; in InitCaptureAttrs()
114 …tThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_mmap_benchmarktest.cpp31 const int MOVE_LEFT_NUM = 8; variable
66 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * AUDIO_RENDER_CHANNELCOUNT / MOVE_LEFT_NUM; in InitRenderAttrs()
69 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitRenderAttrs()
H A Daudio_render_benchmarktest.cpp33 const int MOVE_LEFT_NUM = 8; variable
103 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * AUDIO_RENDER_CHANNELCOUNT / MOVE_LEFT_NUM; in InitRenderAttrs()
106 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitRenderAttrs()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp44 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
47 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitAttrs()
57 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_32_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
60 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitAttrs()
76 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitOffloadAttrs()
79 …tartThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount / MOVE_LEFT_NUM); in InitOffloadAttrs()
143 temp <<= MOVE_LEFT_NUM; in StringToInt()
492 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in AudioCreateCapture()
493 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in AudioCreateCapture()
517 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in AudioCaptureStartAndOneFrame()
[all …]
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp30 const int32_t MOVE_LEFT_NUM = 8; variable
76 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO / MOVE_LEFT_NUM; in InitCaptureAttrs()
79 …tThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
H A Daudio_capture_common_test.cpp30 const int MOVE_LEFT_NUM = 8; variable
106 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT / MOVE_LEFT_NUM; in InitCaptureAttrs()
109 …tThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp48 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
51 …tartThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount / MOVE_LEFT_NUM); in InitAttrs()
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.c21 #define MOVE_LEFT_NUM 8 macro
181 temp <<= MOVE_LEFT_NUM; in StringToInt()
H A Didl_capture.c38 #define MOVE_LEFT_NUM 8 macro
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h66 const int MOVE_LEFT_NUM = 8; variable
/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;
537 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM);
575 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM;
576 …rtThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM);
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h56 const int MOVE_LEFT_NUM = 8; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h71 const int MOVE_LEFT_NUM = 8; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp72 attrs.frameSize = PCM_16_BIT * CHANNELCOUNT / MOVE_LEFT_NUM; in InitAttrs()
75 …tartThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (PCM_16_BIT * attrs.channelCount / MOVE_LEFT_NUM); in InitAttrs()
150 temp <<= MOVE_LEFT_NUM; in StringToInt()