Home
last modified time | relevance | path

Searched refs:MOVE_RIGHT_NUM (Results 1 - 8 of 8) sorted by relevance

/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp171 (frameCaptureMode.attrs.channelCount * (formatBits >> MOVE_RIGHT_NUM)); in CaptureReqMmapBufferInit()
207 (frameRenderMode.attrs.channelCount * (formatBits >> MOVE_RIGHT_NUM)); in RenderReqMmapBufferInit()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h70 const uint32_t MOVE_RIGHT_NUM = 3; member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h55 const uint32_t MOVE_RIGHT_NUM = 3; member
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
H A Daudio_adm_common.cpp134 frameSize = readSize / (attrs.channelCount * (PcmFormatToBits(attrs.format) >> MOVE_RIGHT_NUM)); in AdmRenderFramePrepare()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp107 MOVE_RIGHT_NUM)); in PcmBytesToFrames()
H A Daudio_alsa_librender_test.cpp102 MOVE_RIGHT_NUM)); in PcmBytesToFrames()
/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