Searched defs:frameLen (Results 1 – 11 of 11) sorted by relevance
| /drivers/peripheral/audio/test/unittest/common/render/ |
| D | audio_render_common_test.cpp | 435 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); variable 647 uint32_t frameLen = DEFAULT_BUFFER_SIZE; variable 660 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); variable
|
| /drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/ |
| D | audiocapture_fuzzer.cpp | 100 uint32_t frameLen = 0; in CaptureFucSwitch() local
|
| /drivers/peripheral/audio/test/unittest/common/capture/ |
| D | audio_capture_common_test.cpp | 198 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); variable 248 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); variable
|
| /drivers/peripheral/audio/test/benchmarktest/capture/ |
| D | audio_capture_benchmarktest.cpp | 203 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); in BENCHMARK_F() local 232 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); in BENCHMARK_F() local
|
| /drivers/hdf_core/framework/include/platform/ |
| D | i2s_if.h | 150 enum I2sFrameLen frameLen; member
|
| /drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
| D | audio_capture_vdi.c | 64 int32_t AudioCaptureFrameVdi(struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint… in AudioCaptureFrameVdi() 89 int32_t AudioCaptureFrameEcVdi(struct IAudioCapture *capture, const struct AudioFrameLen *frameLen, in AudioCaptureFrameEcVdi()
|
| D | audio_render_vdi.c | 86 int32_t AudioRenderFrameVdi(struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, ui… in AudioRenderFrameVdi()
|
| /drivers/peripheral/audio/hdi_service/primary_impl/src/ |
| D | audio_capture.c | 733 struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint64_t *replyBytes) in AudioCaptureCaptureFrame()
|
| D | audio_render.c | 835 struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, uint64_t *replyBytes) in AudioRenderRenderFrame()
|
| /drivers/peripheral/audio/test/benchmarktest/render/ |
| D | audio_render_benchmarktest.cpp | 587 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); in BENCHMARK_F() local
|
| /drivers/peripheral/audio/interfaces/sound/v1_0/ |
| D | audio_types_vdi.h | 329 uint32_t frameLen; member
|