Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp31 const int DEFAULT_BUFFER_SIZE = 16384; member
67 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
72 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
77 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
82 bufferSize = DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp38 const uint64_t DEFAULT_BUFFER_SIZE = 16384; member
74 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
79 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
84 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
89 bufferSize = DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp35 const uint64_t DEFAULT_BUFFER_SIZE = 16384; member
66 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
71 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
76 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
81 bufferSize = DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
624 uint32_t frameLen = DEFAULT_BUFFER_SIZE; in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp28 const int DEFAULT_BUFFER_SIZE = 16384; member
59 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
64 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
69 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
74 bufferSize = DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp28 const int DEFAULT_BUFFER_SIZE = 16384; member
59 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
64 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
69 return DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
74 bufferSize = DEFAULT_BUFFER_SIZE; in GetCaptureBufferSize()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp32 const uint64_t DEFAULT_BUFFER_SIZE = 16384; member
63 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
68 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
73 return DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()
78 bufferSize = DEFAULT_BUFFER_SIZE; in GetRenderBufferSize()

Completed in 13 milliseconds