Home
last modified time | relevance | path

Searched refs:FRAME_SIZE (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_render.cpp24 constexpr int FRAME_SIZE = 1024; member
173 *size = FRAME_SIZE * channelCount * (formatBits >> shift); in AudioRenderGetFrameSize()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h81 const int FRAME_SIZE = 1024; member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h66 const int FRAME_SIZE = 1024; member
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c30 #define FRAME_SIZE 1024 macro
31 #define CONFIG_FRAME_SIZE ((FRAME_SIZE) * 2)
227 *size = FRAME_SIZE * channelCount * (formatBitsCapture >> BITS_TO_FROMAT); in AudioCaptureGetFrameSize()
H A Daudio_render.c35 #define FRAME_SIZE 1024 macro
289 *size = FRAME_SIZE * channelCount * (formatBits >> BITS_TO_FROMAT); in AudioRenderGetFrameSize()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp214 uint32_t ret = FRAME_SIZE * (attrs.channelCount) * (formatBits >> MOVE_RIGHT_NUM); in PcmFramesToBytes()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp212 uint32_t ret = FRAME_SIZE * (attrs.channelCount) * (formatBits >> MOVE_RIGHT_NUM); in PcmFramesToBytes()

Completed in 9 milliseconds