Home
last modified time | relevance | path

Searched refs:DEEP_BUFFER_CAPTURE_PERIOD_SIZE (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_mmap_benchmarktest.cpp29 const int32_t DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; member
78 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
82 attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
H A Daudio_capture_benchmarktest.cpp30 const int DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; member
110 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
114 attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp27 const int32_t DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; member
75 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
79 attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()
H A Daudio_capture_common_test.cpp27 const int DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; member
105 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
109 attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE_LEFT_NUM); in InitCaptureAttrs()

Completed in 4 milliseconds