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/
Daudio_capture_mmap_benchmarktest.cpp29 const int32_t DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; variable
78 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
82 …attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE… in InitCaptureAttrs()
Daudio_capture_benchmarktest.cpp30 const int DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; variable
110 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
114 …attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE… in InitCaptureAttrs()
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_mmap_test.cpp27 const int32_t DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; variable
75 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
79 …attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE… in InitCaptureAttrs()
Daudio_capture_common_test.cpp27 const int DEEP_BUFFER_CAPTURE_PERIOD_SIZE = 4 * 1024; variable
105 attrs.period = DEEP_BUFFER_CAPTURE_PERIOD_SIZE; in InitCaptureAttrs()
109 …attrs.startThreshold = DEEP_BUFFER_CAPTURE_PERIOD_SIZE / (attrs.format * attrs.channelCount / MOVE… in InitCaptureAttrs()