Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL_COUNT_STERO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_mmap_benchmarktest.cpp33 const int32_t TEST_CHANNEL_COUNT_STERO = 2; variable
74 attrs.channelCount = TEST_CHANNEL_COUNT_STERO; in InitCaptureAttrs()
79 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO / MOVE_LEFT_NUM; in InitCaptureAttrs()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp32 const int32_t TEST_CHANNEL_COUNT_STERO = 2; variable
71 attrs.channelCount = TEST_CHANNEL_COUNT_STERO; in InitCaptureAttrs()
76 attrs.frameSize = AUDIO_FORMAT_TYPE_PCM_16_BIT * TEST_CHANNEL_COUNT_STERO / MOVE_LEFT_NUM; in InitCaptureAttrs()