/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/ |
H A D | audiocapture_fuzzer.cpp | 100 uint32_t frameLen = 0; in CaptureFucSwitch() local
|
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_common_vdi.c | 489 int32_t AudioCommonFrameInfoToVdiFrameInfoVdi(const struct AudioFrameLen *frameLen, in AudioCommonFrameInfoToVdiFrameInfoVdi() argument [all...] |
H A D | audio_capture_vdi.c | 63 int32_t AudioCaptureFrameVdi(struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint64_t *replyBytes) in AudioCaptureFrameVdi() argument 88 int32_t AudioCaptureFrameEcVdi(struct IAudioCapture *capture, const struct AudioFrameLen *frameLen, in AudioCaptureFrameEcVdi() argument
|
H A D | audio_render_vdi.c | 85 int32_t AudioRenderFrameVdi(struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, uint64_t *replyBytes) in AudioRenderFrameVdi() argument
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A 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/peripheral/audio/test/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 587 uint32_t frameLen = (uint64_t)GetRenderBufferSize();
in BENCHMARK_F() local
|
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 435 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); in HWTEST_F() local 647 uint32_t frameLen = DEFAULT_BUFFER_SIZE; in HWTEST_F() local 660 uint32_t frameLen = (uint64_t)GetRenderBufferSize(); in HWTEST_F() local [all...] |
/drivers/peripheral/audio/test/hal_mock/ |
H A D | audio_render_mock.c | 33 static int32_t RenderFrame(struct IAudioRenderVdi* render, const int8_t *frame, uint32_t frameLen, uint64_t *replyBytes)
in RenderFrame() argument
|
/drivers/peripheral/audio/test/unittest/common/capture/ |
H A D | audio_capture_common_test.cpp | 198 uint32_t frameLen = (uint64_t)GetCaptureBufferSize();
in HWTEST_F() local 248 uint32_t frameLen = (uint64_t)GetCaptureBufferSize();
in HWTEST_F() local
|
/drivers/hdf_core/framework/include/platform/ |
H A D | i2s_if.h | 150 enum I2sFrameLen frameLen; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_capture.c | 732 AudioCaptureCaptureFrame( struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint64_t *replyBytes) AudioCaptureCaptureFrame() argument
|
H A D | audio_render.c | 834 AudioRenderRenderFrame( struct IAudioRender *render, const int8_t *frame, uint32_t frameLen, uint64_t *replyBytes) AudioRenderRenderFrame() argument
|
/drivers/peripheral/audio/interfaces/sound/v1_0/ |
H A D | audio_types_vdi.h | 328 uint32_t frameLen; member
|