Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/
A Dfsl_video_common.h121 } video_ringbuf_t; typedef
193 status_t VIDEO_RINGBUF_Init(video_ringbuf_t *ringbuf, void **buf, uint32_t size);
203 status_t VIDEO_RINGBUF_Get(video_ringbuf_t *ringbuf, void **item);
213 status_t VIDEO_RINGBUF_Put(video_ringbuf_t *ringbuf, void *item);
221 uint32_t VIDEO_RINGBUF_GetLength(video_ringbuf_t *ringbuf);
229 bool VIDEO_RINGBUF_IsEmpty(video_ringbuf_t *ringbuf);
237 bool VIDEO_RINGBUF_IsFull(video_ringbuf_t *ringbuf);
A Dfsl_video_common.c94 status_t VIDEO_RINGBUF_Init(video_ringbuf_t *ringbuf, void **buf, uint32_t size) in VIDEO_RINGBUF_Init()
106 status_t VIDEO_RINGBUF_Get(video_ringbuf_t *ringbuf, void **item) in VIDEO_RINGBUF_Get()
135 status_t VIDEO_RINGBUF_Put(video_ringbuf_t *ringbuf, void *item) in VIDEO_RINGBUF_Put()
159 uint32_t VIDEO_RINGBUF_GetLength(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_GetLength()
177 bool VIDEO_RINGBUF_IsEmpty(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_IsEmpty()
193 bool VIDEO_RINGBUF_IsFull(video_ringbuf_t *ringbuf) in VIDEO_RINGBUF_IsFull()

Completed in 11 milliseconds