Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/
Dfsl_video_common.c101 status_t VIDEO_RINGBUF_Init(video_ringbuf_t *ringbuf, void **buf, uint32_t size) in VIDEO_RINGBUF_Init()
113 status_t VIDEO_RINGBUF_Get(video_ringbuf_t *ringbuf, void **item) in VIDEO_RINGBUF_Get()
142 status_t VIDEO_RINGBUF_Put(video_ringbuf_t *ringbuf, void *item) in VIDEO_RINGBUF_Put()
166 uint32_t VIDEO_RINGBUF_GetLength(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_GetLength()
184 bool VIDEO_RINGBUF_IsEmpty(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_IsEmpty()
200 bool VIDEO_RINGBUF_IsFull(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_IsFull()