Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.h140 } video_stack_t; typedef
314 status_t VIDEO_STACK_Init(video_stack_t *stack, void **buf, uint32_t size);
324 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item);
334 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item);
342 static inline uint32_t VIDEO_STACK_GetCount(video_stack_t *stack) in VIDEO_STACK_GetCount()
353 static inline uint32_t VIDEO_STACK_GetMaxCount(video_stack_t *stack) in VIDEO_STACK_GetMaxCount()
Dfsl_video_common.c266 status_t VIDEO_STACK_Init(video_stack_t *stack, void **buf, uint32_t size) in VIDEO_STACK_Init()
275 status_t VIDEO_STACK_Pop(video_stack_t *stack, void **item) in VIDEO_STACK_Pop()
293 status_t VIDEO_STACK_Push(video_stack_t *stack, void *item) in VIDEO_STACK_Push()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/fbdev/
Dfsl_fbdev.h101 video_stack_t fbManager; /*!< Manage the framebuffers used by this device. */