Home
last modified time | relevance | path

Searched refs:residual (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c246 uint32_t residual; in AudioDmaBuffStatus() local
265 residual = data->renderBufInfo.cirBufSize - dataAvailable; in AudioDmaBuffStatus()
266 if ((residual > data->renderBufInfo.trafBufSize)) { in AudioDmaBuffStatus()
273 return ((data->renderBufInfo.trafBufSize - residual) / data->renderBufInfo.oneMsBytes); in AudioDmaBuffStatus()
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-audiorenderer-for-playback.md74 … data with padding to ensure that the buffer is full. This prevents any residual dirty data in the…
123 … data with padding to ensure that the buffer is full. This prevents any residual dirty data in the…
H A Dusing-ohaudio-for-playback.md96 … data with padding to ensure that the buffer is full. This prevents any residual dirty data in the…
167 … data with padding to ensure that the buffer is full. This prevents any residual dirty data in the…