Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_platform_base.h39 struct CircleBufInfo { struct
40 uint32_t cirBufSize; /* Current DMA cache size */
42 uint32_t period; /* not used */
43 uint32_t periodSize; /* DMA cache period size */
45 unsigned long phyAddr; /* DMA cache physical address */
46 uint32_t *virtAddr; /* DMA cache virtual address */
51 enum PcmStatus runStatus; /* PCM status */
52 uint32_t chnId; /* Channel ID */
53 uint32_t enable; /* Enable identification */
54 struct OsalMutex buffMutex; /* mutex */
[all …]