Home
last modified time | relevance | path

Searched defs:frameLen (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp436 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); variable
648 uint32_t frameLen = DEFAULT_BUFFER_SIZE; variable
661 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); variable
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/
Daudiocapture_fuzzer.cpp86 uint32_t frameLen = 0; in CaptureFucSwitch() local
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_common_test.cpp199 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); variable
249 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); variable
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp204 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); in BENCHMARK_F() local
233 uint32_t frameLen = (uint64_t)GetCaptureBufferSize(); in BENCHMARK_F() local
/drivers/hdf_core/framework/include/platform/
Di2s_if.h150 enum I2sFrameLen frameLen; member
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_capture.c733 struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint64_t *replyBytes) in AudioCaptureCaptureFrame()
Daudio_render.c835 struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, uint64_t *replyBytes) in AudioRenderRenderFrame()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
Daudio_capture_vdi.c63 int32_t AudioCaptureFrameVdi(struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint… in AudioCaptureFrameVdi()
Daudio_render_vdi.c83 int32_t AudioRenderFrameVdi(struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, ui… in AudioRenderFrameVdi()
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp588 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); in BENCHMARK_F() local