Home
last modified time | relevance | path

Searched refs:BITSTOBYTE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_platform_base.h20 #define BITSTOBYTE 8 macro
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c148 …ata->renderPcmInfo.frameSize = param->channels * platformData->renderPcmInfo.bitWidth / BITSTOBYTE; in AudioSetPcmInfo()
166 …a->capturePcmInfo.frameSize = param->channels * platformData->capturePcmInfo.bitWidth / BITSTOBYTE; in AudioSetPcmInfo()
200 data->renderPcmInfo.channels / BITSTOBYTE; in AudioSetRenderBufInfo()
226 data->capturePcmInfo.channels / BITSTOBYTE; in AudioSetCaptureBufInfo()