Home
last modified time | relevance | path

Searched defs:lastBuffSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c474 …AudioRenderPlatformDataInit(struct PlatformData *data, uint32_t *totalSize, uint32_t *lastBuffSize, in AudioRenderPlatformDataInit()
502 uint32_t lastBuffSize; in AudioMmapWriteTransfer() local
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_render.c626 …uint32_t lastBuffSize = ((totalSize % MIN_PERIOD_SIZE) == 0) ? MIN_PERIOD_SIZE : (totalSize % MIN_… in RenderWriteiMmap() local